Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1658:e49147870aac | 1659:14717b52abc0 |
---|---|
680 | 680 |
681 dialog = GetNewDialog (rDialog, NULL, (WindowPtr) -1); | 681 dialog = GetNewDialog (rDialog, NULL, (WindowPtr) -1); |
682 if (dialog == NULL) | 682 if (dialog == NULL) |
683 return (0); | 683 return (0); |
684 | 684 |
685 #if TARGET_API_CARBON | 685 #if TARGET_API_MAC_CARBON |
686 SetPort (GetDialogPort(dialog)); | 686 SetPort (GetDialogPort(dialog)); |
687 #else | 687 #else |
688 SetPort ((WindowPtr) dialog); | 688 SetPort ((WindowPtr) dialog); |
689 #endif | 689 #endif |
690 | 690 |