mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] don't hide the cursor unconditionally at startup
This commit is contained in:
parent
dacc573650
commit
8f07744c98
@ -2010,8 +2010,6 @@ static int lg_run(void)
|
||||
register_key_binds();
|
||||
|
||||
initSDLCursor();
|
||||
if (params.hideMouse)
|
||||
SDL_ShowCursor(SDL_DISABLE);
|
||||
|
||||
// setup the startup condition
|
||||
if (!(e_startup = lgCreateEvent(false, 0)))
|
||||
|
Loading…
Reference in New Issue
Block a user