Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 1931:103c6fec2a60
The Mac OS X Cocoa video driver is under construction...
Note that SDLmain is no longer necessary on Mac OS X. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Jul 2006 09:11:10 +0000 |
parents | 861bc36f0ab3 |
children | 83946ee0ff1f |
comparison
equal
deleted
inserted
replaced
1930:9483df98e011 | 1931:103c6fec2a60 |
---|---|
294 const char *desc; | 294 const char *desc; |
295 int (*available) (void); | 295 int (*available) (void); |
296 SDL_VideoDevice *(*create) (int devindex); | 296 SDL_VideoDevice *(*create) (int devindex); |
297 } VideoBootStrap; | 297 } VideoBootStrap; |
298 | 298 |
299 #if SDL_VIDEO_DRIVER_QUARTZ | 299 #if SDL_VIDEO_DRIVER_COCOA |
300 extern VideoBootStrap QZ_bootstrap; | 300 extern VideoBootStrap COCOA_bootstrap; |
301 #endif | 301 #endif |
302 #if SDL_VIDEO_DRIVER_X11 | 302 #if SDL_VIDEO_DRIVER_X11 |
303 extern VideoBootStrap X11_bootstrap; | 303 extern VideoBootStrap X11_bootstrap; |
304 #endif | 304 #endif |
305 #if SDL_VIDEO_DRIVER_DGA | 305 #if SDL_VIDEO_DRIVER_DGA |