# HG changeset patch # User Sam Lantinga # Date 1184832765 0 # Node ID a66ac59b39397406ecfb710595e2f4772bdee078 # Parent 01dbf7134045b6b2dca1ac7451900714346023aa Added patch note for bug #461 diff -r 01dbf7134045 -r a66ac59b3939 docs.html --- a/docs.html Thu Jul 19 08:08:16 2007 +0000 +++ b/docs.html Thu Jul 19 08:12:45 2007 +0000 @@ -99,6 +99,9 @@ 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.