From df472317194f3ef83c4c22cd134b0639a8536367 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 23 Dec 2014 11:13:33 +1000 Subject: tools: pass the userdata to the context The event-gui needs this but it got dropped in 6ee8c585, causing a crash. Oops. Signed-off-by: Peter Hutterer --- tools/shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/shared.h') diff --git a/tools/shared.h b/tools/shared.h index 9ecd3adb..4388cea6 100644 --- a/tools/shared.h +++ b/tools/shared.h @@ -44,6 +44,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 tools_device_apply_config(struct libinput_device *device, struct tools_options *options); -- cgit v1.2.1