summaryrefslogtreecommitdiff
path: root/swaybar/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/render.c')
-rw-r--r--swaybar/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/render.c b/swaybar/render.c
index b2c1c710..97690338 100644
--- a/swaybar/render.c
+++ b/swaybar/render.c
@@ -177,7 +177,7 @@ static uint32_t render_status_block(cairo_t *cairo,
*x -= margin;
}
- if (output->bar->status->i3bar_state.click_events) {
+ if (output->bar->status->click_events) {
struct swaybar_hotspot *hotspot = calloc(1, sizeof(struct swaybar_hotspot));
hotspot->x = *x;
hotspot->y = 0;