We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61128c5 commit 8e5d957Copy full SHA for 8e5d957
input/input.c
@@ -107,7 +107,7 @@ static int openInputDevice(lua_State *L) {
107
inputfds[fd] = open(inputdevice, O_RDONLY | O_NONBLOCK, 0);
108
if (inputfds[fd] != -1) {
109
if (ko_dont_grab_input == NULL) {
110
- ioctl(inputfds[fd], EVIOCGRAB, 1);
+ ioctl(inputfds[fd], EVIOCGRAB, 1);
111
}
112
113
/* prevent background command started from exec call from grabbing
0 commit comments