X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-render-surface.h;h=373e1316fb7645dea65d1f8dc34e5d04355ccdfe;hb=22f250216e3d70e28db2aa59fef683e5d027594c;hp=395656f2a8417c340983ebdabe994766467c4eff;hpb=2c4663c7932a6f59cd99f08289185a2b0100e2eb;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/window-render-surface.h b/dali/internal/window-system/common/window-render-surface.h index 395656f..373e1316 100644 --- a/dali/internal/window-system/common/window-render-surface.h +++ b/dali/internal/window-system/common/window-render-surface.h @@ -129,6 +129,12 @@ public: // from Dali::RenderSurfaceInterface void GetDpi( unsigned int& dpiHorizontal, unsigned int& dpiVertical ) override; /** + * @brief Return the orientation of the surface. + * @return The orientation + */ + virtual int GetOrientation() const override; + + /** * @copydoc Dali::RenderSurfaceInterface::InitializeGraphics() */ void InitializeGraphics() override; @@ -310,6 +316,7 @@ private: // Data bool mRotationFinished; bool mScreenRotationFinished; bool mResizeFinished; + bool mDefaultScreenRotationAvailable; }; // class WindowRenderSurface