Mercurial > sdl-ios-xcode
comparison src/video/uikit/SDL_uikitvideo.h @ 4446:8b03a20b320f
Much improved multi-display support for iPad.
Fixes most issues and limitations, I think.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 02 May 2010 05:08:12 -0400 |
parents | f7b03b6838cb |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
4445:06becafcac89 | 4446:8b03a20b320f |
---|---|
24 #ifndef _SDL_uikitvideo_h | 24 #ifndef _SDL_uikitvideo_h |
25 #define _SDL_uikitvideo_h | 25 #define _SDL_uikitvideo_h |
26 | 26 |
27 #include "../SDL_sysvideo.h" | 27 #include "../SDL_sysvideo.h" |
28 | 28 |
29 #include <UIKit/UIKit.h> | |
30 | |
31 extern BOOL SDL_UIKit_supports_multiple_displays; | |
32 | |
29 #endif /* _SDL_uikitvideo_h */ | 33 #endif /* _SDL_uikitvideo_h */ |
30 | 34 |
31 /* vi: set ts=4 sw=4 expandtab: */ | 35 /* vi: set ts=4 sw=4 expandtab: */ |