This commit is contained in:
Glenn Maynard
2006-02-14 01:43:04 +00:00
parent 766416ca15
commit 8ff2fe7aee
@@ -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();