diff src/video/macdsp/SDL_dspvideo.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents e49147870aac
children 782fd950bd46
line wrap: on
line diff
--- a/src/video/macdsp/SDL_dspvideo.c	Mon May 01 06:58:33 2006 +0000
+++ b/src/video/macdsp/SDL_dspvideo.c	Wed May 17 08:18:28 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);