comparison src/video/quartz/SDL_QuartzVideo.h @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents 7663bb0f52c7
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
58 58
59 #include "SDL_thread.h" 59 #include "SDL_thread.h"
60 #include "SDL_video.h" 60 #include "SDL_video.h"
61 #include "SDL_error.h" 61 #include "SDL_error.h"
62 #include "SDL_timer.h" 62 #include "SDL_timer.h"
63 #include "SDL_loadso.h"
63 #include "SDL_syswm.h" 64 #include "SDL_syswm.h"
64 #include "SDL_sysvideo.h" 65 #include "../SDL_sysvideo.h"
65 #include "SDL_pixels_c.h" 66 #include "../SDL_pixels_c.h"
66 #include "SDL_events_c.h" 67 #include "../../events/SDL_events_c.h"
67 #include "SDL_loadso.h"
68 68
69 /* 69 /*
70 This is a workaround to directly access NSOpenGLContext's CGL context 70 This is a workaround to directly access NSOpenGLContext's CGL context
71 We need this to check for errors NSOpenGLContext doesn't support 71 We need this to check for errors NSOpenGLContext doesn't support
72 */ 72 */