comparison WhatsNew @ 1545:8d9bb0cf2c2a

Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set. SDL_SetVideoMode() now accepts 0 for width or height and will use the current video mode (or the desktop mode if no mode has been set.)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 15 Mar 2006 17:46:41 +0000
parents 1ff64ad478b2
children 96c2f89cc7e1 3b2a92126f4d
comparison
equal deleted inserted replaced
1544:ab1e4c41ab71 1545:8d9bb0cf2c2a
2 This is a list of API changes in SDL's version history. 2 This is a list of API changes in SDL's version history.
3 3
4 Version 1.0: 4 Version 1.0:
5 5
6 1.2.10: 6 1.2.10:
7 Added current_w and current_h to the SDL_VideoInfo structure,
8 which is set to the desktop resolution during video intialization,
9 and then set to the current resolution when a video mode is set.
10
11 SDL_SetVideoMode() now accepts 0 for width or height and will use
12 the current video mode (or the desktop mode if no mode has been set.)
13
7 Added SDL_GetKeyRepeat() 14 Added SDL_GetKeyRepeat()
15
8 Added SDL_config.h, with defaults for various build environments. 16 Added SDL_config.h, with defaults for various build environments.
9 17
10 1.2.7: 18 1.2.7:
11 Added CPU feature detection functions to SDL_cpuinfo.h: 19 Added CPU feature detection functions to SDL_cpuinfo.h:
12 SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE(), 20 SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE(),