aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-05 23:26:40 -0400
committerGitHub <noreply@github.com>2018-04-05 23:26:40 -0400
commit9acd066be494277a7d0fe6f2660619c4225fef7f (patch)
tree423ceecd24af024e8d708a35a3f3a7baa5a04a42 /include
parent0f1068ed2571210817ec5d139a44cadc4fa67565 (diff)
parentc2b1beef153828514707ff6e40269dc1ed7fb790 (diff)
Merge pull request #1751 from emersion/remove-layout-last
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 {
C_CONTAINER,
C_VIEW,
+ // Keep last
C_TYPES,
};
@@ -34,9 +35,6 @@ enum sway_container_layout {
L_STACKED,
L_TABBED,
L_FLOATING,
-
- // Keep last
- L_LAYOUTS,
};
enum sway_container_border {