summaryrefslogtreecommitdiffstats
path: root/include/swaybar/bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swaybar/bar.h')
-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 74292519..503b961c 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -58,6 +58,7 @@ struct swaybar_output {
58 bool focused; 58 bool focused;
59 59
60 uint32_t width, height; 60 uint32_t width, height;
61 int32_t scale;
61 struct pool_buffer buffers[2]; 62 struct pool_buffer buffers[2];
62 struct pool_buffer *current_buffer; 63 struct pool_buffer *current_buffer;
63}; 64};