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: move Xlib includes from gl_common to gl_x11 =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/gl_common/evas_gl_common.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- evas_gl_common.h 7 Aug 2007 05:38:24 -0000 1.14 +++ evas_gl_common.h 7 Aug 2007 09:03:22 -0000 1.15 @@ -20,13 +20,9 @@ #include <sys/time.h> #include <unistd.h> -#ifndef WIN32 -# include <X11/Xlib.h> -# include <X11/Xatom.h> -# include <X11/Xutil.h> -#else +#ifdef BUILD_ENGINE_GL_GLEW # include <GL/glew.h> -#endif /* WIN32 */ +#endif /* BUILD_ENGINE_GL_GLEW */ #include <GL/gl.h> #include <GL/glu.h> ------------------------------------------------------------------------- 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