summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2017-01-20 18:15:23 +0200
committerMartin Peres <martin.peres@linux.intel.com>2017-01-20 18:15:23 +0200
commitcf9205b027cac7a1419761f248e5f25a5ecb1390 (patch)
tree9a2035dc7ef092bf7d5f091ec9bd969849575dca
parent1443224f9d2de179514a0bf14194ac3fe3a01499 (diff)
tell we are ready for hotplug events
-rw-r--r--auto-randr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto-randr.c b/auto-randr.c
index ac3a9c1..01de5ac 100644
--- a/auto-randr.c
+++ b/auto-randr.c
@@ -351,6 +351,8 @@ main (int argc, char **argv)
XRRSelectInput (dpy, w, rr_mask);
}
}
+
+ printf("Waiting for hotplug events...\n");
for (done = 0; !done; ) {
XEvent event;