mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-11 06:43:56 +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
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue