diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-04 06:39:15 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-04 06:39:15 +0100 |
commit | a54addaa25769da1df006562974f699319bf1172 (patch) | |
tree | d900524fc5809593c677968e97ba614d93e564d9 /kbd.h | |
parent | c7759d655484c105bce6dc86a036585e01347f6c (diff) | |
download | fbida-a54addaa25769da1df006562974f699319bf1172.tar.gz |
move logind code to separate file
Diffstat (limited to 'kbd.h')
-rw-r--r-- | kbd.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -10,7 +10,7 @@ extern int libinput_devcount; extern int libinput_deverror; -extern const struct libinput_interface libinput_interface; +extern const struct libinput_interface libinput_if_default; void kbd_init(int use_libinput, dev_t gfx); int kbd_wait(int timeout); @@ -19,8 +19,3 @@ int kbd_read(char *buf, uint32_t len, void kbd_suspend(void); void kbd_resume(void); void kbd_fini(void); - -void logind_init(void); -bool use_logind(void); -int logind_open(const char *path); -void logind_close(int fd); |