comparison src/video/cocoa/SDL_cocoawindow.h @ 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 c17ac64abb70
children 58265e606e4e
comparison
equal deleted inserted replaced
4924:455c0dad84df 4925:514f811a4887
27 #import <Cocoa/Cocoa.h> 27 #import <Cocoa/Cocoa.h>
28 28
29 typedef struct SDL_WindowData SDL_WindowData; 29 typedef struct SDL_WindowData SDL_WindowData;
30 30
31 /* *INDENT-OFF* */ 31 /* *INDENT-OFF* */
32 #if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060 32 #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6
33 @interface Cocoa_WindowListener : NSResponder <NSWindowDelegate> { 33 @interface Cocoa_WindowListener : NSResponder <NSWindowDelegate> {
34 #else 34 #else
35 @interface Cocoa_WindowListener : NSResponder { 35 @interface Cocoa_WindowListener : NSResponder {
36 #endif 36 #endif
37 SDL_WindowData *_data; 37 SDL_WindowData *_data;