From: raster Date: Thu, 31 Mar 2011 10:36:20 +0000 (+0000) Subject: ahem! who put unused there? who? screen *IS* used! X-Git-Tag: accepted/2.0/20130306.224007~195^2~157 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12917b14fa4cc608b887c93fd482cce75e1f008b;p=profile%2Fivi%2Fecore.git ahem! who put unused there? who? screen *IS* used! git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58224 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_x/xlib/ecore_x_xinerama.c b/src/lib/ecore_x/xlib/ecore_x_xinerama.c index dcbd133..18b1385 100644 --- a/src/lib/ecore_x/xlib/ecore_x_xinerama.c +++ b/src/lib/ecore_x/xlib/ecore_x_xinerama.c @@ -39,7 +39,7 @@ ecore_x_xinerama_screen_count_get(void) } /* ecore_x_xinerama_screen_count_get */ EAPI Eina_Bool -ecore_x_xinerama_screen_geometry_get(int screen __UNUSED__, int *x, int *y, int *w, int *h) +ecore_x_xinerama_screen_geometry_get(int screen, int *x, int *y, int *w, int *h) { LOGFN(__FILE__, __LINE__, __FUNCTION__); #ifdef ECORE_XINERAMA @@ -82,5 +82,6 @@ ecore_x_xinerama_screen_geometry_get(int screen __UNUSED__, int *x, int *y, int *h = DisplayHeight(_ecore_x_disp, 0); return EINA_FALSE; + screen = 0; } /* ecore_x_xinerama_screen_geometry_get */