aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-05-04 08:41:16 -0400
committerRyan Dwyer <ryandwyer1@gmail.com>2018-06-01 23:14:58 +1000
commit1132efe42e8086216c7bab6b405d09a22231dde5 (patch)
tree918a682faf3dd5f53fda799bcd3e12d2b0123840 /include/sway
parent71db8de4be53fc9ec2fab5ed89dd2646468fa15f (diff)
Send frame done to floating views
Also centers them on the screen when initially floated In the future we'll need a more sophisticated solution than that
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/tree/container.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index fa2f9286..a4ffd25b 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -40,7 +40,6 @@ enum sway_container_layout {
L_VERT,
L_STACKED,
L_TABBED,
- L_FLOATING,
};
enum sway_container_border {