1.1 --- a/src/video/quartz/SDL_QuartzVideo.m Fri Dec 11 08:00:57 2009 +0000
1.2 +++ b/src/video/quartz/SDL_QuartzVideo.m Fri Dec 11 15:11:49 2009 +0000
1.3 @@ -24,7 +24,7 @@
1.4 #include "SDL_QuartzVideo.h"
1.5 #include "SDL_QuartzWindow.h"
1.6
1.7 -#ifdef __powerpc__ /* I'm gambling they fixed this by 10.4. --ryan. */
1.8 +#if __MAC_OS_X_VERSION_MIN_REQUIRED < 1060 /* Fixed in Snow Leopard */
1.9 /*
1.10 Add methods to get at private members of NSScreen.
1.11 Since there is a bug in Apple's screen switching code