Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/engines/x11


Modified Files:
        ewl_engine_x11.c 


Log Message:
Use the correct size for the pointer function array.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/x11/ewl_engine_x11.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_engine_x11.c    13 Oct 2006 01:53:05 -0000      1.19
+++ ewl_engine_x11.c    13 Oct 2006 02:08:32 -0000      1.20
@@ -106,7 +106,7 @@
                ee_dnd_aware_set
        };
 
-static void *pointer_funcs[EWL_ENGINE_WINDOW_MAX] =
+static void *pointer_funcs[EWL_ENGINE_POINTER_MAX] =
        {
                ee_pointer_data_new,
                ee_pointer_free,



-------------------------------------------------------------------------
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