X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fpixmap-render-surface-ecore-x.cpp;h=514b049f78ec2ba0070f13310c3c18dca3fb2df1;hb=e5de7def5daf78b6602a8fa042edf30dbcf440ac;hp=2544e7deb10598acbf65e4ce3fc2663e952fff06;hpb=6ca7dbaddcb7e68e587cb649b9df3681dddf13a8;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/ubuntu-x11/pixmap-render-surface-ecore-x.cpp b/dali/internal/window-system/ubuntu-x11/pixmap-render-surface-ecore-x.cpp old mode 100755 new mode 100644 index 2544e7d..514b049 --- a/dali/internal/window-system/ubuntu-x11/pixmap-render-surface-ecore-x.cpp +++ b/dali/internal/window-system/ubuntu-x11/pixmap-render-surface-ecore-x.cpp @@ -150,11 +150,6 @@ void PixmapRenderSurfaceEcoreX::GetDpi( unsigned int& dpiHorizontal, unsigned in dpiVertical = int( yres + 0.5f ); } -int PixmapRenderSurfaceEcoreX::GetOrientation() const -{ - return 0; -} - void PixmapRenderSurfaceEcoreX::InitializeGraphics() { mGraphics = &mAdaptor->GetGraphicsInterface(); @@ -234,16 +229,6 @@ bool PixmapRenderSurfaceEcoreX::PreRender( bool ) return true; } -Rect PixmapRenderSurfaceEcoreX::SetDamagedRect( Rect damagedRect ) -{ - return damagedRect; -} - -int PixmapRenderSurfaceEcoreX::GetBufferAge() -{ - return 0; -} - void PixmapRenderSurfaceEcoreX::PostRender( bool renderToFbo, bool replacingSurface, bool resizingSurface ) { auto eglGraphics = static_cast(mGraphics);