aboutsummaryrefslogtreecommitdiff
path: root/wmstatus.c
diff options
context:
space:
mode:
Diffstat (limited to 'wmstatus.c')
-rw-r--r--wmstatus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wmstatus.c b/wmstatus.c
index e8d26e1..de7d63d 100644
--- a/wmstatus.c
+++ b/wmstatus.c
@@ -2745,7 +2745,8 @@ main (int argc, char *argv[])
if (ctx.backend->start)
ctx.backend->start (ctx.backend);
- poller_pa_run (ctx.api);
+ while (true)
+ poller_run (&ctx.poller);
if (ctx.backend->stop)
ctx.backend->stop (ctx.backend);