summaryrefslogtreecommitdiff
path: root/tools/shared.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-12-18 15:10:09 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-12-23 10:50:31 +1000
commitb8e63b54d3be8b838ad9791c8aa4005d73f269eb (patch)
treedc8c73213e72988edadaa7c04aad94126362bca7 /tools/shared.h
parent3628f7016e3c457b0384549c3f4fe9299002f6a0 (diff)
downloadlibinput-b8e63b54d3be8b838ad9791c8aa4005d73f269eb.tar.gz
tools: move applying device configuration to shared lib
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/shared.h')
-rw-r--r--tools/shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/shared.h b/tools/shared.h
index 04d13697..71a3b360 100644
--- a/tools/shared.h
+++ b/tools/shared.h
@@ -43,7 +43,8 @@ void tools_init_options(struct tools_options *options);
int tools_parse_args(int argc, char **argv, struct tools_options *options);
struct libinput* tools_open_backend(struct tools_options *options,
const struct libinput_interface *interface);
-
+void tools_device_apply_config(struct libinput_device *device,
+ struct tools_options *options);
void tools_usage();
#endif