X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=adaptors%2Fwayland%2Fwindow-impl-wl.cpp;h=da26dafcd2063130915b670ff89eee6e33494cb5;hp=631681fe05123e194cda31f8f63ff1841e3bd4ea;hb=1d42e4a6d6b79d947036620513953539c90e0133;hpb=49a3b1f2bfb00e20f162663384ab8b12e69d8a20 diff --git a/adaptors/wayland/window-impl-wl.cpp b/adaptors/wayland/window-impl-wl.cpp old mode 100644 new mode 100755 index 631681f..da26daf --- a/adaptors/wayland/window-impl-wl.cpp +++ b/adaptors/wayland/window-impl-wl.cpp @@ -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