aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/macosx/gl-impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/macosx/gl-impl.c')
-rw-r--r--make/stub_includes/macosx/gl-impl.c16
1 files changed, 15 insertions, 1 deletions
diff --git a/make/stub_includes/macosx/gl-impl.c b/make/stub_includes/macosx/gl-impl.c
index 514393f0b..eddcf6ff6 100644
--- a/make/stub_includes/macosx/gl-impl.c
+++ b/make/stub_includes/macosx/gl-impl.c
@@ -1,3 +1,5 @@
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
#define GLAPI
// Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in
@@ -5,5 +7,17 @@
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
-#include <GL/glext.h>
+#include <GL/cglext.h>
+
+// Define GLX_GLXEXT_PROTOTYPES so that the OpenGL GLX extension prototypes in
+// "glxext.h" are parsed.
+#define GLX_GLXEXT_PROTOTYPES
+
+#include <GL/glxext.h>
+
+// Generate unimplemented stubs for wgl extensions
+#define WGL_WGLEXT_PROTOTYPES
+#define SKIP_WGL_HANDLE_DEFINITIONS
+#include <windows.h>
+#include <GL/wglext.h>