blob: 3d9e9ad0cbd1560c3c9fe2300730d99d7ffb9348 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Sources/GL/GLX/displaycard_glx.cpp.orig Thu Jan 22 14:15:47 2004
+++ Sources/GL/GLX/displaycard_glx.cpp Thu Jan 22 14:26:58 2004
@@ -14,6 +14,9 @@
#ifdef USE_OPENGL
+#define GLX_GLXEXT_PROTOTYPES
+#include <GL/glx.h>
+
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
|