Mercurial > sdl-ios-xcode
diff src/video/cocoa/SDL_cocoavideo.h @ 1934:70139af5ac27
Implemented Mac OS X video mode selection.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 24 Jul 2006 07:21:16 +0000 |
parents | 7ee5297340f7 |
children | 83946ee0ff1f |
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoavideo.h Mon Jul 24 05:03:02 2006 +0000 +++ b/src/video/cocoa/SDL_cocoavideo.h Mon Jul 24 07:21:16 2006 +0000 @@ -24,6 +24,7 @@ #ifndef _SDL_cocoavideo_h #define _SDL_cocoavideo_h +#include <ApplicationServices/ApplicationServices.h> #include <Cocoa/Cocoa.h> #include "../SDL_sysvideo.h"