X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fwindow-impl.h;h=0f958715206931b65eb8b17c3d0432edde21f606;hb=24b8048e9937f7aeab9e0eb782676033033ca2e2;hp=bd04b988c7d0d8dfccaa2c8e01b9da2ee60721b3;hpb=5f79c0a98a42cd34ca35c3ead2e743c5e833f5cf;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/window-impl.h b/adaptors/common/window-impl.h index bd04b98..0f95871 100644 --- a/adaptors/common/window-impl.h +++ b/adaptors/common/window-impl.h @@ -304,6 +304,11 @@ public: */ void RotationDone( int orientation, int width, int height ); + /** + * Set the indicator visible mode + */ + void SetIndicatorVisibleMode( Dali::Window::IndicatorVisibleMode mode ); + private: /** * Private constructor. @@ -423,6 +428,7 @@ private: bool mEcoreEventHander:1; bool mIsFocusAcceptable:1; bool mVisible:1; + bool mIconified:1; bool mOpaqueState:1; bool mResizeEnabled:1; IndicatorInterface* mIndicator;