Mouse cursor is now hidden in fullscreen mode (bug #173)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1104 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-08-21 19:42:40 +00:00
parent 120522faac
commit 236b96ae1e
@@ -90,8 +90,8 @@ TFB_InitGraphics (int driver, int flags, int width, int height, int bpp)
UQM_MAJOR_VERSION, UQM_MINOR_VERSION, UQM_EXTRA_VERSION);
SDL_WM_SetCaption (caption, NULL);
//if (flags & TFB_GFXFLAGS_FULLSCREEN)
// SDL_ShowCursor (SDL_DISABLE);
if (flags & TFB_GFXFLAGS_FULLSCREEN)
SDL_ShowCursor (SDL_DISABLE);
TFB_FlushPaletteCache ();
TFB_DrawCanvas_Initialize ();