aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-05 23:22:08 -0400
committerLibravatar emersion <contact@emersion.fr>2018-04-05 23:22:08 -0400
commitc2b1beef153828514707ff6e40269dc1ed7fb790 (patch)
tree16344b69b303acb76ae02d8469454dd62791a634 /include
parentMerge pull request #1747 from acrisci/ipc-layout (diff)
downloadsway-c2b1beef153828514707ff6e40269dc1ed7fb790.tar.gz
sway-c2b1beef153828514707ff6e40269dc1ed7fb790.tar.zst
sway-c2b1beef153828514707ff6e40269dc1ed7fb790.zip
Remove L_TYPES
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 7acb607b..4c60530f 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -24,6 +24,7 @@ enum sway_container_type {
24 C_CONTAINER, 24 C_CONTAINER,
25 C_VIEW, 25 C_VIEW,
26 26
27 // Keep last
27 C_TYPES, 28 C_TYPES,
28}; 29};
29 30
@@ -34,9 +35,6 @@ enum sway_container_layout {
34 L_STACKED, 35 L_STACKED,
35 L_TABBED, 36 L_TABBED,
36 L_FLOATING, 37 L_FLOATING,
37
38 // Keep last
39 L_LAYOUTS,
40}; 38};
41 39
42enum sway_container_border { 40enum sway_container_border {