mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 06:47:19 +00:00
[client] no need to set the hint here anymore as it's set in wm.c now
This commit is contained in:
parent
ceab5f597b
commit
d68d82e5f7
@ -2228,9 +2228,6 @@ int main(int argc, char * argv[])
|
||||
if (!config_load(argc, argv))
|
||||
return -1;
|
||||
|
||||
if (params.useSpiceInput && params.grabKeyboard)
|
||||
SDL_SetHint(SDL_HINT_GRAB_KEYBOARD, "1");
|
||||
|
||||
const int ret = lg_run();
|
||||
lg_shutdown();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user