summaryrefslogtreecommitdiffstats
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, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 5e281a2f..6019602c 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -28,6 +28,7 @@ enum sway_container_border {
28 B_NONE, 28 B_NONE,
29 B_PIXEL, 29 B_PIXEL,
30 B_NORMAL, 30 B_NORMAL,
31 B_CSD,
31}; 32};
32 33
33struct sway_root; 34struct sway_root;
@@ -63,7 +64,6 @@ struct sway_container_state {
63 bool border_bottom; 64 bool border_bottom;
64 bool border_left; 65 bool border_left;
65 bool border_right; 66 bool border_right;
66 bool using_csd;
67}; 67};
68 68
69struct sway_container { 69struct sway_container {