Use constant value temporarily instead of TIZEN_ERROR_EFL_UTIL not applied 06/33206/1 tizen_3.0_ivi accepted/tizen/common/20150107.103114 accepted/tizen/ivi/20150113.060303 accepted/tizen/mobile/20150108.002500 accepted/tizen/tv/20150108.003248 accepted/tizen/wearable/20150108.003831 submit/tizen/20150107.020040 submit/tizen_ivi/20150108.111111 submit/tizen_ivi/20150108.222222 submit/tizen_ivi/20150108.333333 tizen_3.0_ivi_release
authorGwanglim Lee <gl77.lee@samsung.com>
Wed, 7 Jan 2015 01:59:15 +0000 (10:59 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 7 Jan 2015 01:59:15 +0000 (10:59 +0900)
Change-Id: Iaa346a253f727466649c48f7deb3df2d79af0f32

include/efl_util.h

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