Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_main.c 


Log Message:


patchies in

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- evas_main.c 13 Jan 2004 02:24:03 -0000      1.9
+++ evas_main.c 4 Feb 2004 04:38:34 -0000       1.10
@@ -756,14 +756,14 @@
 #ifdef BUILD_ENGINE_BUFFER
    methods = evas_list_append(methods, strdup("buffer"));
 #endif
-#ifdef BBUILD_ENGINE_SOFTWARE_WIN32_GDI
+#ifdef BUILD_ENGINE_SOFTWARE_WIN32_GDI
    methods = evas_list_append(methods, strdup("software_win32_gdi"));
 #endif   
-#ifdef BBUILD_ENGINE_SOFTWARE_QTOPIA
+#ifdef BUILD_ENGINE_SOFTWARE_QTOPIA
    methods = evas_list_append(methods, strdup("software_qtopia"));
 #endif   
 
-   return NULL;
+   return methods;
 }
 
 /**




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to