Merge pull request #807 from swaywm/input-inhibit

Input inhibit
This commit is contained in:
Drew DeVault 2018-04-03 15:58:47 -04:00 committed by GitHub
commit 2ecce27dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 533 additions and 15 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);