aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index ce3464c..8e6a5e8 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1333,7 +1333,7 @@ int main(int argc, char *argv[])
shadow_init(gfx);
extents = shadow_font_init(fontname);
- 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",