Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_main.c 


Log Message:
xrender xcb engine
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_main.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- evas_main.c 28 Feb 2006 04:07:47 -0000      1.29
+++ evas_main.c 10 Mar 2006 19:10:06 -0000      1.30
@@ -690,6 +690,9 @@
 #ifdef BUILD_ENGINE_SOFTWARE_XCB
    methods = evas_list_append(methods, strdup("software_xcb"));
 #endif
+#ifdef BUILD_ENGINE_XRENDER_XCB
+   methods = evas_list_append(methods, strdup("xrender_xcb"));
+#endif
 #ifdef BUILD_ENGINE_GL_X11
    methods = evas_list_append(methods, strdup("gl_x11"));
 #endif




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to