Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_engine_evas_gl_x11.c 


Log Message:
Generic evas engine.
Fix engine multiple layer fallbacks.
Freeze and thaw the canvas through the engine hooks as a test case.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_gl_x11/ewl_engine_evas_gl_x11.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_engine_evas_gl_x11.c    7 Jul 2006 21:06:26 -0000       1.3
+++ ewl_engine_evas_gl_x11.c    11 Jul 2006 01:06:39 -0000      1.4
@@ -21,15 +21,16 @@
        }
 };
 
-Ecore_List *
+Ecore_DList *
 ewl_engine_dependancies(void)
 {
-       Ecore_List *d;
+       Ecore_DList *d;
 
        DENTER_FUNCTION(DLEVEL_STABLE);
 
-       d = ecore_list_new();
-       ecore_list_append(d, strdup("x11"));
+       d = ecore_dlist_new();
+       ecore_dlist_append(d, strdup("x11"));
+       ecore_dlist_append(d, strdup("evas"));
 
        DRETURN_PTR(d, DLEVEL_STABLE);
 }




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