X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fcommon%2Fstage.h;h=ede398306d85ba7049e14666d8e3d1ebeb72d1c9;hp=9ca8a9b87ba74713f10661133672dee6504a4f66;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hpb=b41db98148be41ef5928f4335e985bf62252dde7 diff --git a/dali/public-api/common/stage.h b/dali/public-api/common/stage.h index 9ca8a9b..ede3983 100644 --- a/dali/public-api/common/stage.h +++ b/dali/public-api/common/stage.h @@ -18,6 +18,9 @@ * */ +// EXTERNAL INCLUDES +#include // uint32_t + // INTERNAL INCLUDES #include #include @@ -198,7 +201,7 @@ public: * @SINCE_1_0.0 * @return The number of layers */ - unsigned int GetLayerCount() const; + uint32_t GetLayerCount() const; /** * @brief Retrieves the layer at a specified depth. @@ -208,7 +211,7 @@ public: * @return The layer found at the given depth * @pre Depth is less than layer count; see GetLayerCount(). */ - Layer GetLayer(unsigned int depth) const; + Layer GetLayer(uint32_t depth) const; /** * @brief Returns the Stage's Root Layer.