On 03/31/2011 06:36 AM, Enlightenment SVN wrote:
> Log:
> ahem! who put unused there? who? screen *IS* used!
>

For once, it wasn't me ;)

Disco Stu !!!!

dh

>
> Author:       raster
> Date:         2011-03-31 03:36:20 -0700 (Thu, 31 Mar 2011)
> New Revision: 58224
> Trac:         http://trac.enlightenment.org/e/changeset/58224
>
> Modified:
>    trunk/ecore/src/lib/ecore_x/xlib/ecore_x_xinerama.c
>
> Modified: trunk/ecore/src/lib/ecore_x/xlib/ecore_x_xinerama.c
> ===================================================================
> --- trunk/ecore/src/lib/ecore_x/xlib/ecore_x_xinerama.c       2011-03-31 
> 10:26:42 UTC (rev 58223)
> +++ trunk/ecore/src/lib/ecore_x/xlib/ecore_x_xinerama.c       2011-03-31 
> 10:36:20 UTC (rev 58224)
> @@ -39,7 +39,7 @@
>   } /* 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 @@
>         *h = DisplayHeight(_ecore_x_disp, 0);
>
>      return EINA_FALSE;
> +   screen = 0;
>   } /* ecore_x_xinerama_screen_geometry_get */
>
>
>


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to