From 2e063899cbcd13e9ed8921bd033f33fade225be7 Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Tue, 6 Jan 2015 16:43:58 +0900 Subject: [PATCH] Use TIZEN_ERROR_EFL_UTIL enum Change-Id: Iae5fe891e8971e37177f224e24c3fd47c4831fd1 --- include/efl_util.h | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.7.4