mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +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))
|
if (!config_load(argc, argv))
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
if (params.useSpiceInput && params.grabKeyboard)
|
|
||||||
SDL_SetHint(SDL_HINT_GRAB_KEYBOARD, "1");
|
|
||||||
|
|
||||||
const int ret = lg_run();
|
const int ret = lg_run();
|
||||||
lg_shutdown();
|
lg_shutdown();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user