Mercurial > sdl-ios-xcode
comparison TODO @ 2330:3458c74b5fab
So we don't forget to do this...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 18 Mar 2008 12:31:14 +0000 |
parents | c121d94672cb |
children | 6f260584df22 |
comparison
equal
deleted
inserted
replaced
2329:c1a390f6a819 | 2330:3458c74b5fab |
---|---|
16 * Add a timestamp to events | 16 * Add a timestamp to events |
17 * Add audio input API | 17 * Add audio input API |
18 * Add hardware accelerated scaled blit | 18 * Add hardware accelerated scaled blit |
19 * Add hardware accelerated alpha blits | 19 * Add hardware accelerated alpha blits |
20 * Redesign blitting architecture to allow blit plugins | 20 * Redesign blitting architecture to allow blit plugins |
21 * Add modifier state to key and button events | |
21 | 22 |
22 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to | 23 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to |
23 int and evaluate all the rest of the datatypes. This is the only place | 24 int and evaluate all the rest of the datatypes. This is the only place |
24 we should do it though, since the 1.2 series should not break binary | 25 we should do it though, since the 1.2 series should not break binary |
25 compatibility in this way. | 26 compatibility in this way. |