Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_main.c 


Log Message:
Glew OpenGL engine added. Windows can have an opengl engine thgough the Glew 
library, now. See INSTALL note

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- evas_main.c 16 Jul 2007 07:25:33 -0000      1.37
+++ evas_main.c 5 Aug 2007 07:22:44 -0000       1.38
@@ -724,6 +724,9 @@
 #ifdef BUILD_ENGINE_GL_X11
    methods = evas_list_append(methods, strdup("gl_x11"));
 #endif
+#ifdef BUILD_ENGINE_GL_GLEW
+   methods = evas_list_append(methods, strdup("gl_glew"));
+#endif
 #ifdef BUILD_ENGINE_CAIRO_X11
    methods = evas_list_append(methods, strdup("cairo_x11"));
 #endif



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to