aboutsummaryrefslogtreecommitdiffstats
path: root/mdns-browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdns-browser.c')
-rw-r--r--mdns-browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdns-browser.c b/mdns-browser.c
index f0f1bee..bca3ab1 100644
--- a/mdns-browser.c
+++ b/mdns-browser.c
@@ -89,7 +89,7 @@ main(int argc, char *argv[])
fcntl(ConnectionNumber(dpy),F_SETFD,FD_CLOEXEC);
detect_desktop();
- mdns = mdns_create_window(1, view);
+ mdns = mdns_create_window(1, view, NULL);
if (NULL == mdns) {
fprintf(stderr,"Oops: mDNS did't initialize ok\n");
exit(1);