comparison 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
comparison
equal deleted inserted replaced
1478:fc308f08b5f7 1479:993ef9ff4688
47 - Warping cursor delays mouse events for a fraction of a second, 47 - Warping cursor delays mouse events for a fraction of a second,
48 there is a hack around this that helps a bit 48 there is a hack around this that helps a bit
49 */ 49 */
50 50
51 #include <Cocoa/Cocoa.h> 51 #include <Cocoa/Cocoa.h>
52 #include <OpenGL/OpenGL.h>
53 #include <OpenGL/gl.h>
54 #include <OpenGL/glext.h>
55 #include <Carbon/Carbon.h> 52 #include <Carbon/Carbon.h>
56 #include <QuickTime/QuickTime.h> 53 #include <QuickTime/QuickTime.h>
57 #include <IOKit/IOKitLib.h> /* For powersave handling */ 54 #include <IOKit/IOKitLib.h> /* For powersave handling */
58 #include <pthread.h> 55 #include <pthread.h>
59 56
60 #include "SDL_thread.h" 57 #include "SDL_thread.h"
61 #include "SDL_video.h" 58 #include "SDL_video.h"
62 #include "SDL_error.h" 59 #include "SDL_error.h"
63 #include "SDL_timer.h" 60 #include "SDL_timer.h"
64 #include "SDL_loadso.h" 61 #include "SDL_loadso.h"
62 #include "SDL_opengl.h"
65 #include "SDL_syswm.h" 63 #include "SDL_syswm.h"
66 #include "../SDL_sysvideo.h" 64 #include "../SDL_sysvideo.h"
67 #include "../SDL_pixels_c.h" 65 #include "../SDL_pixels_c.h"
68 #include "../../events/SDL_events_c.h" 66 #include "../../events/SDL_events_c.h"
69 67