comparison WhatsNew @ 4318:34a0a589b9c4 SDL-1.2

Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 15:06:04 +0000
parents 0ca47eaff9c9
children
comparison
equal deleted inserted replaced
4317:719faf118c38 4318:34a0a589b9c4
5 5
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
11 Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for
12 SDL_VIDEO_FULLSCREEN_HEAD on X11.
10 13
11 Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal 14 Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal
12 up/down events for Caps-Lock and Num-Lock keys. 15 up/down events for Caps-Lock and Num-Lock keys.
13 16
14 1.2.13: 17 1.2.13: