aboutsummaryrefslogtreecommitdiffstats
path: root/kbdtest.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-18 13:11:33 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-01-18 13:11:33 +0100
commite39879284f9c5ac5e410631687f4577d7f630b85 (patch)
tree14e5e153a3b471cf516c3ba6446ff98e114ced47 /kbdtest.c
parent6dd9dfd266aae08880a9634c1ec015043258f92f (diff)
downloadfbida-e39879284f9c5ac5e410631687f4577d7f630b85.tar.gz
Revert "libinput: grab tweaks"
This reverts commit d88041d909b2118ebc67b356b2848fb8bdfc8f2c.
Diffstat (limited to 'kbdtest.c')
-rw-r--r--kbdtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbdtest.c b/kbdtest.c
index 77a41d9..d1768c2 100644
--- a/kbdtest.c
+++ b/kbdtest.c
@@ -23,7 +23,7 @@ int main(int argc, char *argv[])
char key[32];
int rc,i;
- kbd_init(0, 0, 0);
+ kbd_init(0, 0);
for (;;) {
kbd_wait(10);