ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/opengl.h
(Generate patch)

Comparing libgender/opengl.h (file contents):
Revision 1.6 by root, Fri Oct 29 15:58:50 2004 UTC vs.
Revision 1.7 by root, Wed Nov 3 03:06:54 2004 UTC

9#endif 9#endif
10 10
11#include <GL/glu.h> 11#include <GL/glu.h>
12#include <GL/glext.h> 12#include <GL/glext.h>
13 13
14#if GL_GLEXT_VERSION < 24
15# error "need at least version 24 of glext.h, see http://oss.sgi.com/projects/ogl-sample/registry/"
16#endif
17
14#include <SDL.h> 18#include <SDL.h>
15#define NO_SDL_GLEXT 1 19#define NO_SDL_GLEXT 1
16#include <SDL_opengl.h> 20#include <SDL_opengl.h>
17 21
18#ifdef DEBUG 22#ifdef DEBUG

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines