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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 72e0ca75..593f4f6d 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -47,6 +47,8 @@ struct swaybar_hotspot {
47 47
48struct swaybar { 48struct swaybar {
49 char *id; 49 char *id;
50 char *mode;
51 bool mode_pango_markup;
50 52
51 struct wl_display *display; 53 struct wl_display *display;
52 struct wl_compositor *compositor; 54 struct wl_compositor *compositor;