Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        Ecore_X.h 


Log Message:
A desk must always have a positive value.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -3 -r1.118 -r1.119
--- Ecore_X.h   16 May 2005 15:42:50 -0000      1.118
+++ Ecore_X.h   17 May 2005 12:23:15 -0000      1.119
@@ -610,7 +610,7 @@
 struct _Ecore_X_Event_Desktop_Change
 {
    Ecore_X_Window              win;
-   int                         desk;
+   unsigned int                desk;
    int                         source;
 };
 




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to