[4.0] Pause adaptor when the window is hidden
[platform/core/uifw/dali-adaptor.git] / adaptors / common / window-impl.h
index 12de6a0..0f95871 100644 (file)
@@ -428,6 +428,7 @@ private:
   bool                             mEcoreEventHander:1;
   bool                             mIsFocusAcceptable:1;
   bool                             mVisible:1;
+  bool                             mIconified:1;
   bool                             mOpaqueState:1;
   bool                             mResizeEnabled:1;
   IndicatorInterface*              mIndicator;