Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1620:2fe5319df0e1 | 1621:f12379c41042 |
---|---|
3 http://bugzilla.libsdl.org/ | 3 http://bugzilla.libsdl.org/ |
4 | 4 |
5 * Add mousewheel events (new unified event architecture?) | 5 * Add mousewheel events (new unified event architecture?) |
6 * DirectInput joystick support needs to be implemented | 6 * DirectInput joystick support needs to be implemented |
7 * Be able to enumerate and select available audio and video drivers | 7 * Be able to enumerate and select available audio and video drivers |
8 * Fullscreen video mode support for MacOS X | 8 * Fullscreen video mode support for Mac OS X |
9 * Explicit vertical retrace wait (maybe separate from SDL_Flip?) | 9 * Explicit vertical retrace wait (maybe separate from SDL_Flip?) |
10 * Shaped windows, windows without borders | 10 * Shaped windows, windows without borders |
11 * Multiple windows, multiple display support | 11 * Multiple windows, multiple display support |
12 * SDL_INIT_EVENTTHREAD on Windows and MacOS? | 12 * SDL_INIT_EVENTTHREAD on Windows and MacOS? |
13 * Add a timestamp to events | 13 * Add a timestamp to events |