From ad42f618917bc7ae88ea5f7038cd9d9d3047dabd Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 29 Dec 2007 19:01:13 +0000 Subject: [PATCH] Added patch note for fixing bug #503 --- docs.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.html b/docs.html index 7fb2e59bf..941d2c668 100644 --- a/docs.html +++ b/docs.html @@ -36,6 +36,9 @@

Unix Notes

Fixed crash in SDL_SoftStretch() on secure operating systems.

+

+ Fixed undefined symbol on X11 implementations without UTF-8 support. +

Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver.

@@ -59,6 +62,9 @@

Windows Notes

Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants for extended mouse buttons.

+

+ Added support for quoted command line arguments. +

Mac OS X Notes