Revert "[Tizen] Revert "Use touch consumed return to set whether we process a gesture...
[platform/core/uifw/dali-core.git] / dali / integration-api / core-enumerations.h
old mode 100755 (executable)
new mode 100644 (file)
index 92ab037..6417561
@@ -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.
  */
 
 // EXTERNAL INCLUDES
-#include <dali/public-api/common/dali-common.h>
 #include <dali/integration-api/context-notifier.h>
 #include <dali/integration-api/resource-policies.h>
+#include <dali/public-api/common/dali-common.h>
+
+#undef FALSE
+#undef TRUE
 
 namespace Dali
 {
-
 namespace Integration
 {
-
 /**
  * @brief Enumerations to specify whether we should render to the frame-buffer.
  */
@@ -57,7 +58,7 @@ enum class StencilBufferAvailable
 };
 
 /**
- * @brief Enumerations to specify whether the partial update is available.
+ * @brief Enumerations to specify whether the stencil buffer is available.
  */
 enum class PartialUpdateAvailable
 {