aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
authorLibravatar Vsevolod <kefirchik3@gmail.com>2021-12-10 17:09:29 +0200
committerLibravatar GitHub <noreply@github.com>2021-12-10 16:09:29 +0100
commitf7725011efd3bc2762a0d1002ea5071470962213 (patch)
tree1ae3ada1e24f387829958961c216b2c231fa01f7 /include/sway/tree/container.h
parentFixup headless output names (diff)
downloadsway-f7725011efd3bc2762a0d1002ea5071470962213.tar.gz
sway-f7725011efd3bc2762a0d1002ea5071470962213.tar.zst
sway-f7725011efd3bc2762a0d1002ea5071470962213.zip
Add focused_tab_title
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