diff options
author | Gwanglim Lee <gl77.lee@samsung.com> | 2015-01-06 16:43:58 +0900 |
---|---|---|
committer | Gwanglim Lee <gl77.lee@samsung.com> | 2015-01-06 16:43:58 +0900 |
commit | 2e063899cbcd13e9ed8921bd033f33fade225be7 (patch) | |
tree | 961b994ddb0b8c1db03757693dad56d491ec54ec /include | |
parent | f4e33daabdcfd4928a13891eb2499965b73c95f9 (diff) | |
download | efl-util-2e063899cbcd13e9ed8921bd033f33fade225be7.tar.gz efl-util-2e063899cbcd13e9ed8921bd033f33fade225be7.tar.bz2 efl-util-2e063899cbcd13e9ed8921bd033f33fade225be7.zip |
Use TIZEN_ERROR_EFL_UTIL enumsubmit/tizen/20150106.075439
Change-Id: Iae5fe891e8971e37177f224e24c3fd47c4831fd1
Diffstat (limited to 'include')
-rw-r--r-- | include/efl_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/efl_util.h b/include/efl_util.h index fe01c53..3a20e65 100644 --- a/include/efl_util.h +++ b/include/efl_util.h @@ -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 |