Skip to content

Commit 8e5d957

Browse files
raisjnFrenzie
andauthored
Update input/input.c
Co-authored-by: Frans de Jonge <[email protected]>
1 parent 61128c5 commit 8e5d957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/input.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static int openInputDevice(lua_State *L) {
107107
inputfds[fd] = open(inputdevice, O_RDONLY | O_NONBLOCK, 0);
108108
if (inputfds[fd] != -1) {
109109
if (ko_dont_grab_input == NULL) {
110-
ioctl(inputfds[fd], EVIOCGRAB, 1);
110+
ioctl(inputfds[fd], EVIOCGRAB, 1);
111111
}
112112

113113
/* prevent background command started from exec call from grabbing

0 commit comments

Comments
 (0)