From 59f3bf1eb628d9367b29c3776cc933c0535c1be1 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 17 Aug 2010 14:48:21 +0000 Subject: [PATCH] * ecore: const Eina_Bool don't make any sense. SVN revision: 51252 --- legacy/ecore/src/lib/ecore_x/Ecore_X.h | 2 +- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_x/Ecore_X.h b/legacy/ecore/src/lib/ecore_x/Ecore_X.h index 9966b53110..a0e431d058 100644 --- a/legacy/ecore/src/lib/ecore_x/Ecore_X.h +++ b/legacy/ecore/src/lib/ecore_x/Ecore_X.h @@ -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 diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr.c index e193c99c89..9e1ea8b121 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr.c @@ -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;