diff src/video/quartz/SDL_QuartzVideo.h @ 1479:993ef9ff4688

Updated MacOS X support
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Mar 2006 04:58:30 +0000
parents d910939febfa
children 52a61c7b323b
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.h	Mon Mar 06 19:20:38 2006 +0000
+++ b/src/video/quartz/SDL_QuartzVideo.h	Tue Mar 07 04:58:30 2006 +0000
@@ -49,9 +49,6 @@
 */
 
 #include <Cocoa/Cocoa.h>
-#include <OpenGL/OpenGL.h>
-#include <OpenGL/gl.h>
-#include <OpenGL/glext.h>
 #include <Carbon/Carbon.h>
 #include <QuickTime/QuickTime.h>
 #include <IOKit/IOKitLib.h> /* For powersave handling */
@@ -62,6 +59,7 @@
 #include "SDL_error.h"
 #include "SDL_timer.h"
 #include "SDL_loadso.h"
+#include "SDL_opengl.h"
 #include "SDL_syswm.h"
 #include "../SDL_sysvideo.h"
 #include "../SDL_pixels_c.h"