aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2018-02-19 10:43:25 +1300
committerScott Anderson <ascent12@hotmail.com>2018-02-19 10:43:25 +1300
commitf27c0b44b882f7a837906e5b3376ad035cb51445 (patch)
treeb346e5a4b32fa48877a305e8b3989cb9a4929918 /include/backend
parent088028c570dd5b52f81069654166f0117667fac0 (diff)
Remove usec_to_msec from public API
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/libinput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index f828c310..180984b5 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -83,4 +83,6 @@ void handle_tablet_pad_ring(struct libinput_event *event,
void handle_tablet_pad_strip(struct libinput_event *event,
struct libinput_device *device);
+uint32_t usec_to_msec(uint64_t usec);
+
#endif