mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 01:34:13 +00:00
[client] no need to set the hint here anymore as it's set in wm.c now
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user