X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fanimation%2Falpha-function.h;h=7444ec7441918fa2e5c0938c8cb28820f0db55f1;hb=01c39de261f6eb4e759c7a249e5d67dfef83bca2;hp=5f92d43085da5facc8961753bec5f708b0608835;hpb=e39b2afd98e4811d0fdd031676f8944eaac3cb4b;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/animation/alpha-function.h b/dali/public-api/animation/alpha-function.h old mode 100644 new mode 100755 index 5f92d43..7444ec7 --- a/dali/public-api/animation/alpha-function.h +++ b/dali/public-api/animation/alpha-function.h @@ -161,8 +161,8 @@ private: Vector4 mBezierControlPoints; //< Control points for the bezier alpha function AlphaFunctionPrototype mCustom; //< Pointer to an alpha function - BuiltinFunction mBuiltin : Log::value+1; //< Enum indicating the built-in alpha function - Mode mMode : 2; //< Enum indicating the functioning mode of the AlphaFunction + BuiltinFunction mBuiltin : Log::value+2; //< Enum indicating the built-in alpha function + Mode mMode : 3; //< Enum indicating the functioning mode of the AlphaFunction }; /**