From e648d7c8330a7186b88c4330bd7205f04cda4049 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 26 Jun 2007 20:04:15 +0000 Subject: [PATCH] Updated "What's New" docs. --- docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.html b/docs.html index e8469ad70..2fa2d713b 100644 --- a/docs.html +++ b/docs.html @@ -26,7 +26,7 @@

General Notes

Added support for the PulseAudio sound server: http://www.pulseaudio.org/

- Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X and X11. + Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X, Windows, and X11.

Fixed buffer overrun crash when resampling audio rates.