fix EFL_UTIL_ERROR_NOT_SUPPORTED_WINDOW_TYPE enum definition 76/34876/1 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/common/20150204.154317 accepted/tizen/mobile/20150205.042010 accepted/tizen/tv/20150205.022600 accepted/tizen/wearable/20150205.062052 submit/tizen/20150204.052453
authorBoram Park <boram1288.park@samsung.com>
Wed, 4 Feb 2015 05:17:16 +0000 (14:17 +0900)
committerBoram Park <boram1288.park@samsung.com>
Wed, 4 Feb 2015 05:17:21 +0000 (14:17 +0900)
Change-Id: Id1a8655a705a7967c451e18635eb935d78b7e85b

include/efl_util.h

index 5a1080d..31c5e1d 100644 (file)
@@ -44,8 +44,7 @@ typedef enum
        EFL_UTIL_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid parameter */
        EFL_UTIL_ERROR_OUT_OF_MEMORY = TIZEN_ERROR_OUT_OF_MEMORY, /**< Out of memory */
        EFL_UTIL_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED, /**< Permisson denied */
-       EFL_UTIL_ERROR_NOT_SUPPORTED_WINDOW_TYPE = -0x02800000 | 0x01  /**< Window type not supported */
-       //EFL_UTIL_ERROR_NOT_SUPPORTED_WINDOW_TYPE = TIZEN_ERROR_EFL_UTIL | 0x01  /**< Window type not supported */
+       EFL_UTIL_ERROR_NOT_SUPPORTED_WINDOW_TYPE = TIZEN_ERROR_EFL_UTIL | 0x01  /**< Window type not supported */
 } efl_util_error_e;
 
 /**