summaryrefslogtreecommitdiff
path: root/clients/gears.c
diff options
context:
space:
mode:
authorTim Wiederhake <twied@gmx.net>2011-04-11 13:16:33 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-04-11 13:16:33 -0400
commitb4b67344f044518ddf6539f63fdc7ae25f0498a9 (patch)
tree1205005543113f7c9332e82c64f36c0624773d54 /clients/gears.c
parent20798291ca32b17acd757e54ef479b2d6905c84e (diff)
downloadweston-b4b67344f044518ddf6539f63fdc7ae25f0498a9.tar.gz
Define global handler on display creation
Otherwise the initial announcement of interfaces gets lost.
Diffstat (limited to 'clients/gears.c')
-rw-r--r--clients/gears.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/gears.c b/clients/gears.c
index e64ff3e2..fb5e1176 100644
--- a/clients/gears.c
+++ b/clients/gears.c
@@ -372,7 +372,7 @@ int main(int argc, char *argv[])
{
struct display *d;
- d = display_create(&argc, &argv, NULL);
+ d = display_create(&argc, &argv, NULL, NULL);
if (d == NULL) {
fprintf(stderr, "failed to create display: %m\n");
return -1;