diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-03 12:50:05 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-04-03 15:09:53 -0400 |
commit | 56deff41b6c2c6190894068994ba403978068bad (patch) | |
tree | a6d15024dd3101e918cdedad4a26084e4dbacf1f /include/backend/libinput.h | |
parent | 3a8c7f283d042abb88aef225f3631ff4f35d57c0 (diff) |
Implement input inhibit in rootston
Diffstat (limited to 'include/backend/libinput.h')
-rw-r--r-- | include/backend/libinput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h index f828c310..4eee7eb8 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -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); |