summaryrefslogtreecommitdiff
path: root/progs/xdemos/wincopy.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-08-13 21:05:02 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-08-13 21:05:02 +0000
commitb1872fed15311b439cba386991d435ff7532530a (patch)
tree271e1762443767bae859f110599f9d80e0b620c4 /progs/xdemos/wincopy.c
parent2fe6e913ca9ec82d2b7e5b9421a8048cf4118da7 (diff)
silence a warning
Diffstat (limited to 'progs/xdemos/wincopy.c')
-rw-r--r--progs/xdemos/wincopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/wincopy.c b/progs/xdemos/wincopy.c
index 04fa98a78a..3ec67dc672 100644
--- a/progs/xdemos/wincopy.c
+++ b/progs/xdemos/wincopy.c
@@ -32,7 +32,7 @@
*/
-
+#define GLX_GLXEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glx.h>
#include <X11/keysym.h>