changeset 3413 | 4b1f10cfd304 |
parent 3400 | 4ec48602f1db |
child 3506 | e829b6098435 |
1.1 --- a/src/video/cocoa/SDL_cocoawindow.h Thu Oct 22 06:09:03 2009 +0000 1.2 +++ b/src/video/cocoa/SDL_cocoawindow.h Fri Oct 23 03:58:23 2009 +0000 1.3 @@ -29,7 +29,7 @@ 1.4 typedef struct SDL_WindowData SDL_WindowData; 1.5 1.6 /* *INDENT-OFF* */ 1.7 -#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6 1.8 +#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060 1.9 @interface Cocoa_WindowListener : NSResponder <NSWindowDelegate> { 1.10 #else 1.11 @interface Cocoa_WindowListener : NSResponder {