Use TIZEN_ERROR_EFL_UTIL enum 39/33139/1 submit/tizen/20150106.075439
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 6 Jan 2015 07:43:58 +0000 (16:43 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 6 Jan 2015 07:43:58 +0000 (16:43 +0900)
Change-Id: Iae5fe891e8971e37177f224e24c3fd47c4831fd1

include/efl_util.h

index fe01c53..3a20e65 100644 (file)
@@ -167,8 +167,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;
 
 // TODO: are we going to have more states than on/off shouldn't we move it to a bool in the API's