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 /kbd.h | |
parent | 5737cf1d24c868a55eafc59a51c000dc7f4f63f6 (diff) | |
download | fbida-2d62ce153a386d8c67dfd0d965d746a754ef4129.tar.gz |
logind tweaks
Diffstat (limited to 'kbd.h')
-rw-r--r-- | kbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ extern struct xkb_rule_names xkb_layout; void xkb_configure(void); void xkb_init(void); -void kbd_init(int use_libinput, dev_t gfx); +void kbd_init(bool use_libinput, bool use_logind, dev_t gfx); int kbd_wait(int timeout); int kbd_read(char *buf, uint32_t len, uint32_t *keycode, uint32_t *modifier); |