diff src/video/maccommon/SDL_lowvideo.h @ 1432:0801c9fdbdd6

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 25 Feb 2006 20:48:26 +0000
parents 7a610f25c12f
children 782fd950bd46 a1b03ba2fcd0
line wrap: on
line diff
--- a/src/video/maccommon/SDL_lowvideo.h	Sat Feb 25 20:47:42 2006 +0000
+++ b/src/video/maccommon/SDL_lowvideo.h	Sat Feb 25 20:48:26 2006 +0000
@@ -36,13 +36,7 @@
 #endif
 
 #if SDL_VIDEO_OPENGL
-#ifdef MACOSX
-#include <OpenGL/gl.h> /* OpenGL.framework */
-#include <AGL/agl.h>   /* AGL.framework */
-#else
-#include <gl.h>
-#include <agl.h>
-#endif /* MACOSX */
+typedef struct __AGLContextRec *AGLContext;
 #endif
 
 #include "SDL_video.h"