mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Fix workspace deletion edge cases
This commit is contained in:
parent
1c50d79e19
commit
49379dd0fc
11 changed files with 148 additions and 150 deletions
|
|
@ -104,7 +104,7 @@ struct sway_container *container_workspace_destroy(
|
|||
|
||||
struct sway_container *container_view_destroy(struct sway_container *view);
|
||||
|
||||
void container_destroy(struct sway_container *cont);
|
||||
struct sway_container *container_destroy(struct sway_container *cont);
|
||||
|
||||
struct sway_container *container_set_layout(struct sway_container *container,
|
||||
enum sway_container_layout layout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue