Mercurial > sdl-ios-xcode
diff src/video/macdsp/SDL_dspvideo.c @ 1811:e6de7e5fd451
Fixed bug #226
Just to make it compile with old CodeWarrior.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 11 May 2006 03:21:54 +0000 |
parents | 8d9bb0cf2c2a |
children | c121d94672cb ab8297bf3768 |
line wrap: on
line diff
--- a/src/video/macdsp/SDL_dspvideo.c Thu May 11 03:19:03 2006 +0000 +++ b/src/video/macdsp/SDL_dspvideo.c Thu May 11 03:21:54 2006 +0000 @@ -682,7 +682,7 @@ if (dialog == NULL) return (0); -#if TARGET_API_CARBON +#if TARGET_API_MAC_CARBON SetPort (GetDialogPort(dialog)); #else SetPort ((WindowPtr) dialog);