comparison TODO @ 3291:b273b2a8a1ea

Added reminder to look into 2D vblank synchronization
author Sam Lantinga <slouken@libsdl.org>
date Mon, 21 Sep 2009 09:16:35 +0000
parents 5db962a9a991
children bd88e323ad02
comparison
equal deleted inserted replaced
3290:e9342b136401 3291:b273b2a8a1ea
29 * Add video modes that have an alpha channel? 29 * Add video modes that have an alpha channel?
30 * Implement SDL_RenderReadPixels() for screenshots and automated testing 30 * Implement SDL_RenderReadPixels() for screenshots and automated testing
31 * Create extended set of (negative) error codes and have the API functions document and return them. 31 * Create extended set of (negative) error codes and have the API functions document and return them.
32 * Add clipboard support (from scrap demo) 32 * Add clipboard support (from scrap demo)
33 * Add support for desktop windows? 33 * Add support for desktop windows?
34 * Add support for synchronizing 2D updates with vblank (bug #406)
34 35
35 Wish list for the 1.3 development branch: 36 Wish list for the 1.3 development branch:
36 http://bugzilla.libsdl.org/ 37 http://bugzilla.libsdl.org/
37 38
38 * Add a way to register custom events 39 * Add a way to register custom events