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 committed by Ryan Dwyer
parent 71db8de4be
commit 1132efe42e
4 changed files with 13 additions and 5 deletions

View file

@ -21,8 +21,6 @@ static const char *ipc_json_layout_description(enum sway_container_layout l) {
return "tabbed";
case L_STACKED:
return "stacked";
case L_FLOATING:
return "floating";
case L_NONE:
break;
}