Revert "[Tizen] remove GetNativeWindowHandler() in devel window"
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / window-impl-wl.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 631681f..da26daf
@@ -309,7 +309,6 @@ bool Window::IsVisible() const
   return mVisible;
 }
 
-
 void Window::RotationDone( int orientation, int width, int height )
 {
 }
@@ -403,6 +402,11 @@ int Window::GetBrightness()
   return 0;
 }
 
+void* Window::GetNativeWindowHandler()
+{
+  return NULL;
+}
+
 } // Adaptor
 } // Internal
 } // Dali