From 60fa59dcfba595feba1f17bb12fb4f44f96f7c16 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 1 Feb 2019 18:16:45 +0100 Subject: libinput tweaks --- kbd.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kbd.h') diff --git a/kbd.h b/kbd.h index 10aa12d..ad391f8 100644 --- a/kbd.h +++ b/kbd.h @@ -2,9 +2,16 @@ #include #include +#include +#include + #define KEY_MOD_SHIFT (1 << 0) #define KEY_MOD_CTRL (1 << 1) +extern int libinput_devcount; +extern int libinput_deverror; +extern const struct libinput_interface libinput_interface; + void kbd_init(int use_libinput, dev_t gfx); int kbd_wait(int timeout); int kbd_read(char *buf, uint32_t len, -- cgit