comparison TODO @ 3062:e2bb8ab7b43f

We need to figure out whether we should handle events on foreign windows
author Sam Lantinga <slouken@libsdl.org>
date Mon, 09 Feb 2009 06:45:03 +0000
parents 1a45bc89db0c
children 044ccc2c7485
comparison
equal deleted inserted replaced
3061:94dd49f6b005 3062:e2bb8ab7b43f
12 and actual output comparison. 12 and actual output comparison.
13 * Public license for SDL_compat.c, tests, and SDL_main* 13 * Public license for SDL_compat.c, tests, and SDL_main*
14 * Verify mouse grab support 14 * Verify mouse grab support
15 * Properly handle mouse grab with Vista DPI scaling 15 * Properly handle mouse grab with Vista DPI scaling
16 * Make sure the mouse is where it's supposed to be when un-grabbed 16 * Make sure the mouse is where it's supposed to be when un-grabbed
17 * Test native window codepath 17 * Plan how to handle events on foreign windows
18 * Add keyboard enumeration / name query API 18 * Add keyboard enumeration / name query API
19 * Implement NET_WM_PING and NET_WM_PID/WM_CLIENT_MACHINE (?) 19 * Implement NET_WM_PING and NET_WM_PID/WM_CLIENT_MACHINE (?)
20 - http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#KILLINGWINDOWS 20 - http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#KILLINGWINDOWS
21 * Add a timeout parameter for SDL_WaitEvent() (?) 21 * Add a timeout parameter for SDL_WaitEvent() (?)
22 - http://lists.libsdl.org/pipermail/sdl-libsdl.org/2008-May/thread.html#65067 22 - http://lists.libsdl.org/pipermail/sdl-libsdl.org/2008-May/thread.html#65067