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();