summaryrefslogtreecommitdiff
path: root/tools/event-gui.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-12-23 11:13:33 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-12-23 11:14:39 +1000
commitdf472317194f3ef83c4c22cd134b0639a8536367 (patch)
tree1ff3bae1aaf98bd0d08531c42227d4eae5b625ce /tools/event-gui.c
parent6ee8c5854ca574e76d5f4a59f9cd4041a8279e64 (diff)
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 <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/event-gui.c')
-rw-r--r--tools/event-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/event-gui.c b/tools/event-gui.c
index b950f92..9a08d8e 100644
--- a/tools/event-gui.c
+++ b/tools/event-gui.c
@@ -523,7 +523,7 @@ main(int argc, char *argv[])
if (!udev)
error("Failed to initialize udev\n");
- li = tools_open_backend(&options, &interface);
+ li = tools_open_backend(&options, &w, &interface);
if (!li)
return 1;