Mercurial > sdl-ios-xcode
diff src/video/maccommon/SDL_mackeys.h @ 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 | c9b51268668f |
children | 782fd950bd46 a1b03ba2fcd0 |
line wrap: on
line diff
--- a/src/video/maccommon/SDL_mackeys.h Wed Apr 12 14:38:47 2006 +0000 +++ b/src/video/maccommon/SDL_mackeys.h Thu Apr 13 13:08:26 2006 +0000 @@ -132,7 +132,7 @@ #define MK_KP0 0x52 #define MK_KP_PERIOD 0x41 -/* Wierd, these keys are on my iBook under MacOS X */ +/* Wierd, these keys are on my iBook under Mac OS X */ #define MK_IBOOK_ENTER 0x34 #define MK_IBOOK_LEFT 0x3B #define MK_IBOOK_RIGHT 0x3C