diff src/video/macrom/SDL_romvideo.c @ 1621:f12379c41042

Fixes bug #195: The proper name of Apple's operating system is "Mac OS X" not "MacOS X", as can bee seen in many places, for example http://www.apple.com/macosx/). This contrasts the naming of the old operating system, which was called "MacOS" and today is often refered to as "MacOS Classic". The attached patches fixes the misuse of the name "MacOS X" in both the SDL12 and sdlweb CVS modules.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 13 Apr 2006 13:08:26 +0000
parents 8d9bb0cf2c2a
children e49147870aac e6de7e5fd451
line wrap: on
line diff
--- a/src/video/macrom/SDL_romvideo.c	Wed Apr 12 14:38:47 2006 +0000
+++ b/src/video/macrom/SDL_romvideo.c	Thu Apr 13 13:08:26 2006 +0000
@@ -29,7 +29,7 @@
 #elif TARGET_API_MAC_CARBON && (UNIVERSAL_INTERFACES_VERSION > 0x0335)
 #include <Carbon.h>
 /* The fullscreen code requires the QuickTime framework, and the window
-   is still at the back on MacOS X, which is where this code is needed.
+   is still at the back on Mac OS X, which is where this code is needed.
  */
 #if USE_QUICKTIME
 #include <Movies.h>