From c49af1c014a3b7fb2d1d20b229d18e6647d7534b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 19 Jul 2007 08:12:45 +0000 Subject: [PATCH] Added patch note for bug #461 --- docs.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.html b/docs.html index 64b110ced..6e2d106b5 100644 --- a/docs.html +++ b/docs.html @@ -98,6 +98,9 @@

Windows Notes

The windib driver now supports more mouse buttons with WM_XBUTTON events.

+

+ On Windows, SDL_SetVideoMode() will re-create the window instead of failing if the multisample settings are changed. +

Added support for UTF-8 window titles on Windows.