From 8ff2fe7aeeee434f1a93a2435cddacbb8e05e422 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 14 Feb 2006 01:43:04 +0000 Subject: [PATCH] comments --- stepmania/src/archutils/Win32/GraphicsWindow.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/archutils/Win32/GraphicsWindow.h b/stepmania/src/archutils/Win32/GraphicsWindow.h index da1386e5e3..e91c56021b 100644 --- a/stepmania/src/archutils/Win32/GraphicsWindow.h +++ b/stepmania/src/archutils/Win32/GraphicsWindow.h @@ -16,7 +16,11 @@ namespace GraphicsWindow /* Shut down completely. */ void Shutdown(); + /* Set the display mode. p will not be second-guessed, except to try disabling + * the refresh rate setting. */ RString SetScreenMode( const VideoModeParams &p ); + + /* Create the window. This also updates VideoModeParams (returned by GetParams). */ void CreateGraphicsWindow( const VideoModeParams &p, bool bForceRecreateWindow = false ); void DestroyGraphicsWindow();