commit | b1872fed15311b439cba386991d435ff7532530a | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Fri Aug 13 21:05:02 2004 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Fri Aug 13 21:05:02 2004 +0000 |
tree | 271e1762443767bae859f110599f9d80e0b620c4 | |
parent | 2fe6e913ca9ec82d2b7e5b9421a8048cf4118da7 [diff] [blame] |
silence a warning
diff --git a/progs/xdemos/wincopy.c b/progs/xdemos/wincopy.c index 04fa98a..3ec67dc 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>