X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=adaptors%2Fwayland%2Fwindow-impl-wl.cpp;h=631681fe05123e194cda31f8f63ff1841e3bd4ea;hb=16c6dead54f4cca2ed9ffa9b1ea184696e39d129;hp=da26dafcd2063130915b670ff89eee6e33494cb5;hpb=367405ad36a1fdfd9f5941d84fcaa69512870486;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/wayland/window-impl-wl.cpp b/adaptors/wayland/window-impl-wl.cpp old mode 100755 new mode 100644 index da26daf..631681f --- a/adaptors/wayland/window-impl-wl.cpp +++ b/adaptors/wayland/window-impl-wl.cpp @@ -309,6 +309,7 @@ bool Window::IsVisible() const return mVisible; } + void Window::RotationDone( int orientation, int width, int height ) { } @@ -402,11 +403,6 @@ int Window::GetBrightness() return 0; } -void* Window::GetNativeWindowHandler() -{ - return NULL; -} - } // Adaptor } // Internal } // Dali