X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-render-surface.h;h=5e5889390135df58dedf9dba19796f64dfd1ec63;hb=ba01bd59e55015739ab9612a261269a21e66b68e;hp=5d248c073de860f4600893ce602472e6fac7de7c;hpb=c46a424c403d15c92079713d9370bd2888dce374;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 5d248c0..5e58893 100644 --- a/dali/internal/window-system/common/window-render-surface.h +++ b/dali/internal/window-system/common/window-render-surface.h @@ -138,6 +138,13 @@ public: // API void UpdatePositionSize(Dali::PositionSize positionSize); /** + * @brief Query whether window is rotating or not. + * + * @return true if window is rotating, false otherwise. + */ + bool IsWindowRotating() const; + + /** * @brief This signal is emitted when the output is transformed. */ OutputSignalType& OutputTransformedSignal();