aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/bar.c')
-rw-r--r--swaybar/bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/bar.c b/swaybar/bar.c
index 49a8ece1..69069f40 100644
--- a/swaybar/bar.c
+++ b/swaybar/bar.c
@@ -558,6 +558,7 @@ void bar_run(struct swaybar *bar) {
558 } 558 }
559 while (1) { 559 while (1) {
560 event_loop_poll(); 560 event_loop_poll();
561 wl_display_flush(bar->display);
561 } 562 }
562} 563}
563 564