X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali%2Fintegration-api%2Fcore-enumerations.h;h=4397208aac68f4e17b741da5f244c337428f0aef;hb=0adda602532f61db5b44eb2796f9a74d7a37b519;hp=684be03789b0187d39988d7d1259bb0d30992f01;hpb=145a9d83ce4debdb5876fa65a246eb65a46a4c01;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core-enumerations.h b/dali/integration-api/core-enumerations.h old mode 100644 new mode 100755 index 684be03..4397208 --- a/dali/integration-api/core-enumerations.h +++ b/dali/integration-api/core-enumerations.h @@ -2,7 +2,7 @@ #define DALI_INTEGRATION_CORE_ENUMERATIONS_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,10 +20,12 @@ // EXTERNAL INCLUDES #include -#include #include #include +#undef FALSE +#undef TRUE + namespace Dali { @@ -57,6 +59,15 @@ enum class StencilBufferAvailable TRUE }; +/** + * @brief Enumerations to specify whether the partial update is available. + */ +enum class PartialUpdateAvailable +{ + FALSE = 0, + TRUE +}; + } // namespace Integration } // namespace Dali