X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fscene-impl.h;h=49dcc0779642b53f78fe5842bbd13f2f3aa7c51d;hb=0d02e3722bdb9d2f65ae3679c6dfa12c6643a716;hp=f9db963bf7b9ecaf3b3d68a9cfb61c6bbe5b0ee8;hpb=6f05ef95cbfb718a2caba7b3618ae807d7b7446a;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/scene-impl.h b/dali/internal/event/common/scene-impl.h index f9db963..49dcc07 100644 --- a/dali/internal/event/common/scene-impl.h +++ b/dali/internal/event/common/scene-impl.h @@ -35,7 +35,7 @@ namespace Dali namespace Integration { -class Event; +struct Event; } @@ -122,7 +122,7 @@ public: /** * Notify the surface has been resized. */ - void SurfaceResized(); + void SurfaceResized( bool forceUpdate ); /** * Notify the surface has been deleted. @@ -285,6 +285,9 @@ private: Vector4 mBackgroundColor; + // The SurfaceOrientation + int mSurfaceOrientation; + LayerPtr mRootLayer; // Ordered list of currently on-stage layers