summaryrefslogtreecommitdiffstats
path: root/swaybar
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-08 12:47:56 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-08 12:47:56 -0400
commitae78f6fb9383392915421784cb97910bbbfb60f2 (patch)
treeec7daa6d31dfc6cbe3ff8e9db1bba2754077eedb /swaybar
parentcriteria match containers (diff)
parentMerge pull request #1777 from emersion/unmanaged-cursor-input (diff)
downloadsway-ae78f6fb9383392915421784cb97910bbbfb60f2.tar.gz
sway-ae78f6fb9383392915421784cb97910bbbfb60f2.tar.zst
sway-ae78f6fb9383392915421784cb97910bbbfb60f2.zip
Merge branch 'wlroots' into focus-inactive-fixes
Diffstat (limited to 'swaybar')
-rw-r--r--swaybar/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/render.c b/swaybar/render.c
index 53e578f0..d2175f0a 100644
--- a/swaybar/render.c
+++ b/swaybar/render.c
@@ -411,7 +411,7 @@ static uint32_t render_workspace_button(cairo_t *cairo,
411 hotspot->height = height; 411 hotspot->height = height;
412 hotspot->callback = workspace_hotspot_callback; 412 hotspot->callback = workspace_hotspot_callback;
413 hotspot->destroy = free; 413 hotspot->destroy = free;
414 hotspot->data = strdup(name); 414 hotspot->data = strdup(ws->name);
415 wl_list_insert(&output->hotspots, &hotspot->link); 415 wl_list_insert(&output->hotspots, &hotspot->link);
416 416
417 *x += width; 417 *x += width;