comparison WhatsNew @ 4299:0ca47eaff9c9 SDL-1.2

Changed environment variable to match Debian patch 205_lock_keys.diff
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 09:02:17 +0000
parents e1826b24ee8d
children 34a0a589b9c4
comparison
equal deleted inserted replaced
4298:7d60c0ac6aae 4299:0ca47eaff9c9
6 1.2.14: 6 1.2.14:
7 Added cast macros for correct usage with C++: 7 Added cast macros for correct usage with C++:
8 SDL_reinterpret_cast(type, expression) 8 SDL_reinterpret_cast(type, expression)
9 SDL_static_cast(type, expression) 9 SDL_static_cast(type, expression)
10 10
11 Added SDL_NO_LOCK_KEYS environment variable to enable normal 11 Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal
12 up/down events for Caps-Lock and Num-Lock keys. 12 up/down events for Caps-Lock and Num-Lock keys.
13 13
14 1.2.13: 14 1.2.13:
15 Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants. 15 Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants.
16 16