aboutsummaryrefslogtreecommitdiff
path: root/include/backend/libinput.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-02-18 21:49:23 -0500
committerGitHub <noreply@github.com>2018-02-18 21:49:23 -0500
commit868ad5af69583646ba71d6e73e362818c7416941 (patch)
tree723b27e9b1fd24e85d9c44203f19364720510827 /include/backend/libinput.h
parent566c98846a92300d29e9fb4b408fd7e51898d42c (diff)
parent86269052eb7be715eba274dffc30c77c11b8309c (diff)
Merge pull request #647 from ascent12/elf_visibility
ELF Visibility
Diffstat (limited to 'include/backend/libinput.h')
-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