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
This commit is contained in:
Drew DeVault 2018-05-04 08:41:16 -04:00
parent 409cce7d7b
commit 76938c3fdd
5 changed files with 21 additions and 8 deletions

View file

@ -34,7 +34,6 @@ enum sway_container_layout {
L_VERT,
L_STACKED,
L_TABBED,
L_FLOATING,
};
enum sway_container_border {