Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/gl_common


Modified Files:
        evas_gl_common.h 


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/modules/engines/gl_common/evas_gl_common.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- evas_gl_common.h    2 Jun 2007 15:30:58 -0000       1.12
+++ evas_gl_common.h    5 Aug 2007 07:22:44 -0000       1.13
@@ -20,12 +20,17 @@
 #include <sys/time.h>
 #include <unistd.h>
 
+#ifndef WIN32
+# include <X11/Xlib.h>
+# include <X11/Xatom.h>
+# include <X11/Xutil.h>
+#else
+# include <windows.h>
+# include <GL/glew.h>
+#endif /* WIN32 */
+
 #include <GL/gl.h>
 #include <GL/glu.h>
-
-#include <X11/Xlib.h>
-#include <X11/Xatom.h>
-#include <X11/Xutil.h>
 
 typedef struct _Evas_GL_Context                      Evas_GL_Context;
 typedef struct _Evas_GL_Texture                      Evas_GL_Texture;



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