comparison 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
comparison
equal deleted inserted replaced
1620:2fe5319df0e1 1621:f12379c41042
130 #define MK_DOWN 0x7D 130 #define MK_DOWN 0x7D
131 #define MK_RIGHT 0x7C 131 #define MK_RIGHT 0x7C
132 #define MK_KP0 0x52 132 #define MK_KP0 0x52
133 #define MK_KP_PERIOD 0x41 133 #define MK_KP_PERIOD 0x41
134 134
135 /* Wierd, these keys are on my iBook under MacOS X */ 135 /* Wierd, these keys are on my iBook under Mac OS X */
136 #define MK_IBOOK_ENTER 0x34 136 #define MK_IBOOK_ENTER 0x34
137 #define MK_IBOOK_LEFT 0x3B 137 #define MK_IBOOK_LEFT 0x3B
138 #define MK_IBOOK_RIGHT 0x3C 138 #define MK_IBOOK_RIGHT 0x3C
139 #define MK_IBOOK_DOWN 0x3D 139 #define MK_IBOOK_DOWN 0x3D
140 #define MK_IBOOK_UP 0x3E 140 #define MK_IBOOK_UP 0x3E