comparison src/video/cocoa/SDL_cocoaevents.m @ 4925:514f811a4887

Removed support for 10.3.9 Fixed building on Mac OS X 10.5
author Sam Lantinga <slouken@libsdl.org>
date Wed, 01 Dec 2010 12:23:16 -0800
parents c0021a587dc7
children bdff53ed6c8b
comparison
equal deleted inserted replaced
4924:455c0dad84df 4925:514f811a4887
34 */ 34 */
35 #define UsrActivity 1 35 #define UsrActivity 1
36 #endif 36 #endif
37 37
38 /* setAppleMenu disappeared from the headers in 10.4 */ 38 /* setAppleMenu disappeared from the headers in 10.4 */
39 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
40 @interface NSApplication(NSAppleMenu) 39 @interface NSApplication(NSAppleMenu)
41 - (void)setAppleMenu:(NSMenu *)menu; 40 - (void)setAppleMenu:(NSMenu *)menu;
42 @end 41 @end
43 #endif
44 42
45 @implementation NSApplication(SDL) 43 @implementation NSApplication(SDL)
46 - (void)setRunning 44 - (void)setRunning
47 { 45 {
48 _running = 1; 46 _running = 1;