mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Handle view destruction properly
This commit is contained in:
parent
a57d462926
commit
8caabe59c2
6 changed files with 73 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ struct sway_container;
|
|||
|
||||
void init_layout(void);
|
||||
void add_child(struct sway_container *parent, struct sway_container *child);
|
||||
struct sway_container *remove_child(struct sway_container *child);
|
||||
enum swayc_layouts default_layout(struct sway_container *output);
|
||||
void sort_workspaces(struct sway_container *output);
|
||||
void arrange_windows(struct sway_container *container, double width, double height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue