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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user