X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fwayland%2Fwindow-impl-wl.cpp;h=631681fe05123e194cda31f8f63ff1841e3bd4ea;hb=a6b0ac5016d7c6aa09d2e774529faaad10ae0ce3;hp=da26dafcd2063130915b670ff89eee6e33494cb5;hpb=234992f2a12a0b111574ab3d65c5cff3af5e3839;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