diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-05-04 08:41:16 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-05-04 08:41:16 -0400 |
| commit | d530ae5227d27df66770cd25467c0bca2f49e000 (patch) | |
| tree | 918a682faf3dd5f53fda799bcd3e12d2b0123840 /include | |
| parent | 35790287a2aa34ff04c54bc75403024cc4a99139 (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')
| -rw-r--r-- | include/sway/tree/container.h | 1 |
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 { |
