branch | SDL-1.2 |
changeset 4389 | c6c3a6e7db46 |
parent 4341 | 262d62627860 |
child 4442 | 31b0f2e06e3c |
--- a/src/video/quartz/SDL_QuartzVideo.m Fri Dec 11 08:00:57 2009 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.m Fri Dec 11 15:11:49 2009 +0000 @@ -24,7 +24,7 @@ #include "SDL_QuartzVideo.h" #include "SDL_QuartzWindow.h" -#ifdef __powerpc__ /* I'm gambling they fixed this by 10.4. --ryan. */ +#if __MAC_OS_X_VERSION_MIN_REQUIRED < 1060 /* Fixed in Snow Leopard */ /* Add methods to get at private members of NSScreen. Since there is a bug in Apple's screen switching code