comparison docs.html @ 4009:1146681dbb74 SDL-1.2

Fixed bug #382 Added horizontal scrolling support: SDL_BUTTON_WHEELLEFT (6) and SDL_BUTTON_WHEELRIGHT (7)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 06 Jul 2007 09:15:43 +0000
parents ea059917233c
children f5794774970d
comparison
equal deleted inserted replaced
4008:a19fd8bcdd52 4009:1146681dbb74
25 <P> 25 <P>
26 Added support for the PulseAudio sound server: http://www.pulseaudio.org/ 26 Added support for the PulseAudio sound server: http://www.pulseaudio.org/
27 </P> 27 </P>
28 <P> 28 <P>
29 Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X, Windows, and X11. 29 Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X, Windows, and X11.
30 </P>
31 <P>
32 Added SDL_BUTTON_WHEELLEFT (6) and SDL_BUTTON_WHEELRIGHT (7)
30 </P> 33 </P>
31 <P> 34 <P>
32 Fixed buffer overrun crash when resampling audio rates. 35 Fixed buffer overrun crash when resampling audio rates.
33 </P> 36 </P>
34 <P> 37 <P>