Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_enums.h 


Log Message:
Add a max id on the cursor enum so engines know where to start allocating ids.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_enums.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- ewl_enums.h 11 Oct 2006 17:42:25 -0000      1.59
+++ ewl_enums.h 13 Oct 2006 02:11:52 -0000      1.60
@@ -680,7 +680,8 @@
        EWL_MOUSE_CURSOR_UMBRELLA = 146,
        EWL_MOUSE_CURSOR_UR_ANGLE = 148,
        EWL_MOUSE_CURSOR_WATCH = 150,
-       EWL_MOUSE_CURSOR_XTERM = 152
+       EWL_MOUSE_CURSOR_XTERM = 152,
+       EWL_MOUSE_CURSOR_MAX = 153
 };
 
 /**



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to