aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 97fa98c1..05761150 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -117,12 +117,14 @@ struct sway_container {
117 117
118 struct wlr_texture *title_focused; 118 struct wlr_texture *title_focused;
119 struct wlr_texture *title_focused_inactive; 119 struct wlr_texture *title_focused_inactive;
120 struct wlr_texture *title_focused_tab_title;
120 struct wlr_texture *title_unfocused; 121 struct wlr_texture *title_unfocused;
121 struct wlr_texture *title_urgent; 122 struct wlr_texture *title_urgent;
122 123
123 list_t *marks; // char * 124 list_t *marks; // char *
124 struct wlr_texture *marks_focused; 125 struct wlr_texture *marks_focused;
125 struct wlr_texture *marks_focused_inactive; 126 struct wlr_texture *marks_focused_inactive;
127 struct wlr_texture *marks_focused_tab_title;
126 struct wlr_texture *marks_unfocused; 128 struct wlr_texture *marks_unfocused;
127 struct wlr_texture *marks_urgent; 129 struct wlr_texture *marks_urgent;
128 130