aboutsummaryrefslogtreecommitdiffstats
path: root/fbpdf.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-04-16 12:30:24 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-04-16 12:30:24 +0200
commit2d62ce153a386d8c67dfd0d965d746a754ef4129 (patch)
treec7ce4c59eceb3b6eb179ae8075597ac49143dde7 /fbpdf.c
parent5737cf1d24c868a55eafc59a51c000dc7f4f63f6 (diff)
downloadfbida-2d62ce153a386d8c67dfd0d965d746a754ef4129.tar.gz
logind tweaks
Diffstat (limited to 'fbpdf.c')
-rw-r--r--fbpdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbpdf.c b/fbpdf.c
index b43733b..12b0aee 100644
--- a/fbpdf.c
+++ b/fbpdf.c
@@ -349,7 +349,7 @@ int main(int argc, char *argv[])
gfx->stride);
}
- kbd_init(use_libinput, gfx->devnum);
+ kbd_init(use_libinput, false, gfx->devnum);
if (use_libinput && (libinput_deverror != 0 ||
libinput_devcount == 0)) {
fprintf(stderr, "ERROR: failed to open input devices (%d ok, %d failed)\n",