commit | 445ecdcebd3f075b3c7f09de342dd351f9199fa7 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Mon Sep 08 14:56:41 2003 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Mon Sep 08 14:56:41 2003 +0000 |
tree | 66206c19dc708e2d222621cd3b70be23a5eee724 | |
parent | 91253e7be59659f9912398fd764de48b1445cac1 [diff] [blame] |
use GL_GLEXT_PROTOTYPES
diff --git a/progs/samples/blendeq.c b/progs/samples/blendeq.c index 12107f5..315257b 100644 --- a/progs/samples/blendeq.c +++ b/progs/samples/blendeq.c
@@ -14,10 +14,9 @@ #ifdef _WIN32 #include <windows.h> #endif -#define GL_GLEXT_LEGACY +#define GL_GLEXT_PROTOTYPES #include <GL/glut.h> - GLenum doubleBuffer; static int dithering = 0; static int doPrint = 1;