diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-16 12:30:24 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-16 12:30:24 +0200 |
commit | 2d62ce153a386d8c67dfd0d965d746a754ef4129 (patch) | |
tree | c7ce4c59eceb3b6eb179ae8075597ac49143dde7 /fbi.c | |
parent | 5737cf1d24c868a55eafc59a51c000dc7f4f63f6 (diff) | |
download | fbida-2d62ce153a386d8c67dfd0d965d746a754ef4129.tar.gz |
logind tweaks
Diffstat (limited to 'fbi.c')
-rw-r--r-- | fbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |