summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index b64a2e63..fdcc31ec 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -83,6 +83,7 @@ struct sway_container_state {
83 bool border_bottom; 83 bool border_bottom;
84 bool border_left; 84 bool border_left;
85 bool border_right; 85 bool border_right;
86 bool using_csd;
86 87
87 // Workspace properties 88 // Workspace properties
88 struct sway_container *ws_fullscreen; 89 struct sway_container *ws_fullscreen;