From 0a6e191eaebcc8edc2611dbedab6fd04a615fc2f Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 26 Jun 2003 13:21:12 +0000 Subject: Initial Mac OS X port of Jogl by Gerard Ziemski and Kenneth Russell, subsuming the previous prototype implementation (no GLCanvas support) done by Marc Downie. Added user's guide (HTML format) under doc/userguide/index.html. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@13 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/stub_includes/macosx/gl-impl.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'make/stub_includes/macosx/gl-impl.c') 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 +#include #define GLAPI // Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in @@ -5,5 +7,17 @@ #define GL_GLEXT_PROTOTYPES #include -#include +#include + +// Define GLX_GLXEXT_PROTOTYPES so that the OpenGL GLX extension prototypes in +// "glxext.h" are parsed. +#define GLX_GLXEXT_PROTOTYPES + +#include + +// Generate unimplemented stubs for wgl extensions +#define WGL_WGLEXT_PROTOTYPES +#define SKIP_WGL_HANDLE_DEFINITIONS +#include +#include -- cgit v1.2.3