summaryrefslogtreecommitdiff
path: root/progs/samples/blendeq.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/samples/blendeq.c')
-rw-r--r--progs/samples/blendeq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/progs/samples/blendeq.c b/progs/samples/blendeq.c
index 12107f5a6d..315257b9e4 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;