aboutsummaryrefslogtreecommitdiffstats
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 4065fb8b..29e96159 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -81,6 +81,7 @@ struct swaybar_output {
81 81
82 uint32_t width, height; 82 uint32_t width, height;
83 int32_t scale; 83 int32_t scale;
84 enum wl_output_subpixel subpixel;
84 struct pool_buffer buffers[2]; 85 struct pool_buffer buffers[2];
85 struct pool_buffer *current_buffer; 86 struct pool_buffer *current_buffer;
86}; 87};