Add front buffer rendering APIs in Dali::Window
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / windows / window-base-win.cpp
index 7d71d49..1c3e8bf 100644 (file)
@@ -681,6 +681,39 @@ void WindowBaseWin::CursorVisibleSet(bool visible)
 {
 }
 
+bool WindowBaseWin::KeyboardGrab(Device::Subclass::Type deviceSubclass)
+{
+  return false;
+}
+
+bool WindowBaseWin::KeyboardUnGrab()
+{
+  return false;
+}
+
+void WindowBaseWin::SetFullScreen(bool fullscreen)
+{
+  return;
+}
+
+bool WindowBaseWin::GetFullScreen()
+{
+  return false;
+}
+
+void WindowBaseWin::SetFrontBufferRendering(bool enable)
+{
+}
+
+bool WindowBaseWin::GetFrontBufferRendering()
+{
+  return false;
+}
+
+void WindowBaseWin::SetEglWindowFrontBufferMode(bool enable)
+{
+}
+
 } // namespace Adaptor
 
 } // namespace Internal