* ecore: const Eina_Bool don't make any sense.

SVN revision: 51252
This commit is contained in:
Cedric BAIL 2010-08-17 14:48:21 +00:00
parent b0ddc29966
commit 59f3bf1eb6
2 changed files with 2 additions and 2 deletions

View File

@ -2506,7 +2506,7 @@ typedef struct _Ecore_X_Randr_Mode_Info
EAPI int ecore_x_randr_version_get(
void);
EAPI const Eina_Bool ecore_x_randr_query(void);
EAPI Eina_Bool ecore_x_randr_query(void);
/* ecore_x_randr_11.c */
EAPI Ecore_X_Randr_Orientation

View File

@ -57,7 +57,7 @@ _ecore_x_randr_init(void)
* @brief query whether randr is available or not
* @return EINA_TRUE, if extension is available, else EINA_FALSE
*/
EAPI const Eina_Bool
EAPI Eina_Bool
ecore_x_randr_query(void)
{
return _randr_available;