summaryrefslogtreecommitdiff
path: root/tools/shared.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-06-24 14:52:48 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-06-24 15:15:07 +1000
commit41ad79f8d80d6b919cb17099751bac5a0cbca0ca (patch)
tree392ad0aa12b9d594ea7d064eb74ed7503d10c497 /tools/shared.h
parent6b2afee368f622091a0195252903daf7f23b5333 (diff)
downloadlibinput-41ad79f8d80d6b919cb17099751bac5a0cbca0ca.tar.gz
tools: move the interface into the shared code
No need to duplicate this atm 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, 1 insertions, 2 deletions
diff --git a/tools/shared.h b/tools/shared.h
index da752d59..dad33a16 100644
--- a/tools/shared.h
+++ b/tools/shared.h
@@ -51,8 +51,7 @@ struct tools_options {
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,
- void *userdata,
- const struct libinput_interface *interface);
+ void *userdata);
void tools_device_apply_config(struct libinput_device *device,
struct tools_options *options);
void tools_usage();