diff options
author | Jeremy Huddleston <[email protected]> | 2010-04-12 18:37:47 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2010-04-27 12:37:16 -0700 |
commit | a1cb3babbef2af222b839a058694acc82a7074f1 (patch) | |
tree | aabd71a9c7b24c61816f759fd835dc2e1f4170ba /src/glx/apple/apple_glx.h | |
parent | f64773010d0dd204177d08716565db69f6263e0f (diff) |
Buildfixes to work around issues in OpenGL.framework
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/apple_glx.h')
-rw-r--r-- | src/glx/apple/apple_glx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/apple_glx.h b/src/glx/apple/apple_glx.h index 3ee54aa6cfe..9b3643bf156 100644 --- a/src/glx/apple/apple_glx.h +++ b/src/glx/apple/apple_glx.h @@ -31,10 +31,10 @@ #define APPLE_GLX_H #include <stdbool.h> -#include <OpenGL/CGLTypes.h> #include <GL/gl.h> #include <GL/glxint.h> #include <X11/Xlib.h> + #define XP_NO_X_HEADERS #include <Xplugin.h> |