Add front buffer rendering APIs in Dali::Window
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / ubuntu-x11 / window-base-ecore-x.cpp
index e0b6e23..fa085a4 100644 (file)
@@ -1046,6 +1046,39 @@ void WindowBaseEcoreX::CursorVisibleSet(bool visible)
 {
 }
 
+bool WindowBaseEcoreX::KeyboardGrab(Device::Subclass::Type deviceSubclass)
+{
+  return false;
+}
+
+bool WindowBaseEcoreX::KeyboardUnGrab()
+{
+  return false;
+}
+
+void WindowBaseEcoreX::SetFullScreen(bool fullscreen)
+{
+  return;
+}
+
+bool WindowBaseEcoreX::GetFullScreen()
+{
+  return false;
+}
+
+void WindowBaseEcoreX::SetFrontBufferRendering(bool enable)
+{
+}
+
+bool WindowBaseEcoreX::GetFrontBufferRendering()
+{
+  return false;
+}
+
+void WindowBaseEcoreX::SetEglWindowFrontBufferMode(bool enable)
+{
+}
+
 } // namespace Adaptor
 
 } // namespace Internal