summaryrefslogtreecommitdiffstats
path: root/sway/debug-tree.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-04 08:41:16 -0400
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-06-01 23:14:58 +1000
commit1132efe42e8086216c7bab6b405d09a22231dde5 (patch)
tree918a682faf3dd5f53fda799bcd3e12d2b0123840 /sway/debug-tree.c
parentRender floating views (diff)
downloadsway-1132efe42e8086216c7bab6b405d09a22231dde5.tar.gz
sway-1132efe42e8086216c7bab6b405d09a22231dde5.tar.zst
sway-1132efe42e8086216c7bab6b405d09a22231dde5.zip
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 'sway/debug-tree.c')
-rw-r--r--sway/debug-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/debug-tree.c b/sway/debug-tree.c
index ae0a1869..5af5b565 100644
--- a/sway/debug-tree.c
+++ b/sway/debug-tree.c
@@ -22,8 +22,6 @@ static const char *layout_to_str(enum sway_container_layout layout) {
22 return "L_STACKED"; 22 return "L_STACKED";
23 case L_TABBED: 23 case L_TABBED:
24 return "L_TABBED"; 24 return "L_TABBED";
25 case L_FLOATING:
26 return "L_FLOATING";
27 case L_NONE: 25 case L_NONE:
28 default: 26 default:
29 return "L_NONE"; 27 return "L_NONE";