[Tizen] keygrab & ecore-wl-window-handle c# binding
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / window-impl-wl.cpp
old mode 100644 (file)
new mode 100755 (executable)
index e9ec667..7b3303d
@@ -305,11 +305,16 @@ bool Window::IsVisible() const
   return mVisible;
 }
 
-
 void Window::RotationDone( int orientation, int width, int height )
 {
 }
 
+void* Window::GetNativeWindowHandler()
+{
+  return NULL;
+}
+
+
 } // Adaptor
 } // Internal
 } // Dali