Mercurial > sdl-ios-xcode
diff TODO @ 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 | f02e673ffc5f |
children | 0a53c90a37f9 c121d94672cb |
line wrap: on
line diff
--- a/TODO Wed Apr 12 14:38:47 2006 +0000 +++ b/TODO Thu Apr 13 13:08:26 2006 +0000 @@ -5,7 +5,7 @@ * Add mousewheel events (new unified event architecture?) * DirectInput joystick support needs to be implemented * Be able to enumerate and select available audio and video drivers - * Fullscreen video mode support for MacOS X + * Fullscreen video mode support for Mac OS X * Explicit vertical retrace wait (maybe separate from SDL_Flip?) * Shaped windows, windows without borders * Multiple windows, multiple display support