X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore-enumerations.h;h=6417561434411a29af7bf18e35ddab8597d58808;hb=be1696c6783e8dba628338211e4931df52987abf;hp=24299f42a3c51c9f37b50d737d28dd6c46f94cc4;hpb=8f8cff8f0085dbf181ad2151b55c95ffb736b435;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core-enumerations.h b/dali/integration-api/core-enumerations.h index 24299f4..6417561 100644 --- 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) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -19,16 +19,17 @@ */ // EXTERNAL INCLUDES -#include #include #include +#include + +#undef FALSE +#undef TRUE namespace Dali { - namespace Integration { - /** * @brief Enumerations to specify whether we should render to the frame-buffer. */ @@ -56,6 +57,15 @@ enum class StencilBufferAvailable TRUE }; +/** + * @brief Enumerations to specify whether the stencil buffer is available. + */ +enum class PartialUpdateAvailable +{ + FALSE = 0, + TRUE +}; + } // namespace Integration } // namespace Dali