aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar gnidorah <gnidorah@users.noreply.github.com>2017-11-22 01:47:05 +0300
committerLibravatar Calvin Lee <cyrus296@gmail.com>2017-12-29 12:11:51 -0700
commit87a55dfe5cd6805906fc08f3f03083a2649e84a0 (patch)
treea5e09e32b8016931f663425437dcac376858e1bf /include
parentAllow correct item to get icon updates for both kde and gtk implementation (diff)
downloadsway-87a55dfe5cd6805906fc08f3f03083a2649e84a0.tar.gz
sway-87a55dfe5cd6805906fc08f3f03083a2649e84a0.tar.zst
sway-87a55dfe5cd6805906fc08f3f03083a2649e84a0.zip
Fix icon updating on secondary outputs
Diffstat (limited to 'include')
-rw-r--r--include/swaybar/bar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 6f2a7083..96c4365c 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -29,6 +29,7 @@ struct output {
29 char *name; 29 char *name;
30 int idx; 30 int idx;
31 bool focused; 31 bool focused;
32 bool active;
32}; 33};
33 34
34struct workspace { 35struct workspace {