Mercurial > sdl-ios-xcode
diff src/video/uikit/SDL_uikitappdelegate.h @ 3400:4ec48602f1db
iPhone interruption patch / SDL 1.3
Eric Wing to Sam
I've been sitting on this too long. I need to push.
It's untested because of the unrelated crashing bug I've been experiencing.
Also have a fix for SIZEOF_VOIDP in the config for both iPhone and Mac.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 17 Oct 2009 07:36:45 +0000 |
parents | 99210400e8b9 |
children | 64ce267332c6 |
line wrap: on
line diff
--- a/src/video/uikit/SDL_uikitappdelegate.h Tue Oct 13 20:17:11 2009 +0000 +++ b/src/video/uikit/SDL_uikitappdelegate.h Sat Oct 17 07:36:45 2009 +0000 @@ -26,9 +26,11 @@ /* *INDENT-OFF* */ @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> { UIWindow *window; + SDL_WindowID windowID; } @property (readwrite, retain) UIWindow *window; +@property (readwrite, assign) SDL_WindowID windowID; +(SDLUIKitDelegate *)sharedAppDelegate;