summaryrefslogtreecommitdiffstats
path: root/include/swaybar/bar.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 00:07:35 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commite5e8094dc3119584ae611c3197b38243b6c016c9 (patch)
tree6d0c6f0ff47f495f0cafc1a6d617a471330d2258 /include/swaybar/bar.h
parentWire up basic IPC support (diff)
downloadsway-e5e8094dc3119584ae611c3197b38243b6c016c9.tar.gz
sway-e5e8094dc3119584ae611c3197b38243b6c016c9.tar.zst
sway-e5e8094dc3119584ae611c3197b38243b6c016c9.zip
Only utilize the configured outputs
Diffstat (limited to 'include/swaybar/bar.h')
-rw-r--r--include/swaybar/bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index df685f47..6e1ab66d 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -31,7 +31,7 @@ struct swaybar_output {
31 struct zwlr_layer_surface_v1 *layer_surface; 31 struct zwlr_layer_surface_v1 *layer_surface;
32 32
33 char *name; 33 char *name;
34 int idx; 34 size_t index;
35 bool focused; 35 bool focused;
36 36
37 uint32_t width, height; 37 uint32_t width, height;