- Timestamp:
- Mar 27, 2006, 1:08:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_gl.c
r694 r695 22 22 #if defined(USE_GL) 23 23 24 #ifndef USE_GLUTCHECKLOOP 24 25 #include <GL/gl.h> 25 26 #include <GL/glut.h> 26 27 #include <GL/freeglut_ext.h> 27 28 #ifdef USE_GLUTCHECKLOOP 28 #else 29 /* glutCheckLoop tested only under MacOSX, so using its default headers path */ 30 #include <OpenGL/gl.h> 31 #include <GLUT/glut.h> 29 32 #define glutMainLoopEvent glutCheckLoop 30 33 #endif
Note: See TracChangeset
for help on using the changeset viewer.