1
0
Fork 0

Be sure not to draw sdl mouse pointer in fullscreen

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@580
This commit is contained in:
Ulf Wohlers 2002-12-17 14:13:01 +00:00
parent fd1591a4a2
commit 22f9949b9d

View file

@ -134,6 +134,8 @@ static void SwitchFullScreen(void) {
sdl.width=0;sdl.height=0;
(*sdl.resize)(&sdl.width,&sdl.height);
}
// be sure not to dont draw sdl mouse
SDL_ShowCursor(SDL_DISABLE);
}
ResetScreen();
GFX_Start();