equal
deleted
inserted
replaced
19 Sam Lantinga |
19 Sam Lantinga |
20 slouken@libsdl.org |
20 slouken@libsdl.org |
21 */ |
21 */ |
22 #include "SDL_config.h" |
22 #include "SDL_config.h" |
23 |
23 |
24 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 1050 |
24 /* this is defined in the 10.5+ SDK headers |
|
25 #ifndef MAC_OS_X_VERSION_10_5 |
25 typedef unsigned int NSUInteger; |
26 typedef unsigned int NSUInteger; |
26 #endif |
27 #endif |
27 |
28 |
28 /* Subclass of NSWindow to fix genie effect and support resize events */ |
29 /* Subclass of NSWindow to fix genie effect and support resize events */ |
29 @interface SDL_QuartzWindow : NSWindow |
30 @interface SDL_QuartzWindow : NSWindow |