Mercurial > sdl-ios-xcode
diff BUGS @ 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 | 9867f3d86e44 |
children | c9aa6bcb26f3 |
line wrap: on
line diff
--- a/BUGS Wed Apr 12 14:38:47 2006 +0000 +++ b/BUGS Thu Apr 13 13:08:26 2006 +0000 @@ -68,7 +68,7 @@ Not all of the keys are properly recognized on the keyboard. -MacOS X: +Mac OS X: Depth switching for windowed mode isn't implemented yet. Palette handling isn't implemented in windowed mode yet. @@ -87,7 +87,7 @@ cursor in the center of the window/screen. Also, mouse moved events are not generated, and the keyboard cannot be grabbed. - MacOS X seems to have a broken pthread_cancel() implementation. + Mac OS X seems to have a broken pthread_cancel() implementation. Actually, it just only has one cancellation point defined. http://lists.apple.com/archives/darwin-development/2004/Jun/24/killingapthread.001.txt