Add input region APIs
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / ubuntu-x11 / window-base-ecore-x.cpp
index fa125d8..67cb784 100644 (file)
@@ -955,6 +955,14 @@ bool WindowBaseEcoreX::IsFloatingModeEnabled() const
   return false;
 }
 
+void WindowBaseEcoreX::IncludeInputRegion(const Rect<int>& inputRegion)
+{
+}
+
+void WindowBaseEcoreX::ExcludeInputRegion(const Rect<int>& inputRegion)
+{
+}
+
 } // namespace Adaptor
 
 } // namespace Internal