Patched to compile on older Mac OS X devtools (thanks, D B!).
1.1 --- a/src/video/cocoa/SDL_cocoawindow.m Tue May 21 00:49:31 2013 -0700
1.2 +++ b/src/video/cocoa/SDL_cocoawindow.m Tue May 21 23:02:16 2013 -0400
1.3 @@ -690,7 +690,7 @@
1.4 }
1.5 }
1.6 nswindow = [[SDLWindow alloc] initWithContentRect:rect styleMask:style backing:NSBackingStoreBuffered defer:NO screen:screen];
1.7 - [nswindow setBackgroundColor:NSColor.blackColor];
1.8 + [nswindow setBackgroundColor:[NSColor blackColor]];
1.9
1.10 /* Create a default view for this window */
1.11 rect = [nswindow contentRectForFrameRect:[nswindow frame]];