Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_engine_evas_software_x11.c 


Log Message:
Second phase of splitting out the backends into engines.
This generalizes the lookup of theme hooks to cut down duplicate loops.
Outlines future engine hooks.

===================================================================
RCS file: 
/cvs/e/e17/libs/ewl/src/engines/evas_software_x11/ewl_engine_evas_software_x11.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_engine_evas_software_x11.c      10 Jun 2006 00:35:06 -0000      1.2
+++ ewl_engine_evas_software_x11.c      7 Jul 2006 21:06:26 -0000       1.3
@@ -8,6 +8,7 @@
 static int ee_init(Ewl_Engine *engine);
 
 static Ewl_Engine_Info engine_funcs = {
+       {
                ee_init,
                NULL, NULL,
                NULL, NULL, NULL, NULL,
@@ -17,7 +18,8 @@
                NULL, NULL, NULL, NULL,
                NULL, NULL,
                ee_canvas_setup 
-       };
+       }
+};
 
 Ecore_List *
 ewl_engine_dependancies(void)



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