make sure the caption and icon are set

This commit is contained in:
Glenn Maynard
2003-04-06 15:51:53 +00:00
parent 3c5c51ca54
commit 5b748a9a9e
+4
View File
@@ -303,6 +303,10 @@ int main(int argc, char* argv[])
PREFSMAN->m_bVsync );
TEXTUREMAN = new RageTextureManager( PREFSMAN->m_iTextureColorDepth, PREFSMAN->m_iUnloadTextureDelaySeconds, PREFSMAN->m_iMaxTextureResolution );
/* We might have a new window, so let's make sure window properties are still set. */
SDL_WM_SetCaption("StepMania", "StepMania");
SetIcon();
/* Grab the window manager specific information */
SDL_SysWMinfo info;
SDL_VERSION(&info.version);