summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/include/container.h b/include/container.h
index 07514c8a..26da851e 100644
--- a/include/container.h
+++ b/include/container.h
@@ -115,15 +115,16 @@ struct sway_container {
115 * If this container's children include a fullscreen view, this is that view. 115 * If this container's children include a fullscreen view, this is that view.
116 */ 116 */
117 struct sway_container *fullscreen; 117 struct sway_container *fullscreen;
118 /** 118 /**
119 * If this container is a view, this may be set to the window's decoration 119 * If this container is a view, this may be set to the window's decoration
120 * buffer (or NULL). 120 * buffer (or NULL).
121 */ 121 */
122 unsigned char *border; 122 unsigned char *border;
123 enum swayc_border_types border_type; 123 enum swayc_border_types border_type;
124 struct wlc_geometry border_geometry; 124 struct wlc_geometry border_geometry;
125 struct wlc_geometry presumed_geometry; 125 struct wlc_geometry title_bar_geometry;
126 int border_thickness; 126 struct wlc_geometry actual_geometry;
127 int border_thickness;
127}; 128};
128 129
129enum visibility_mask { 130enum visibility_mask {