Implement input inhibit in rootston

This commit is contained in:
Drew DeVault 2018-04-03 12:50:05 -04:00
parent 3a8c7f283d
commit 56deff41b6
10 changed files with 106 additions and 10 deletions

View file

@ -29,6 +29,8 @@ struct wlr_libinput_input_device {
struct libinput_device *handle;
};
uint32_t usec_to_msec(uint64_t usec);
void wlr_libinput_event(struct wlr_libinput_backend *state,
struct libinput_event *event);