mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
fix more close segfaults
This commit is contained in:
parent
32ef182f47
commit
2c165e1288
5 changed files with 41 additions and 7 deletions
|
|
@ -134,6 +134,8 @@ struct sway_container *container_workspace_destroy(struct sway_container *contai
|
|||
struct sway_container *container_output_destroy(struct sway_container *container);
|
||||
struct sway_container *container_view_destroy(struct sway_container *container);
|
||||
|
||||
struct sway_container *container_close(struct sway_container *container);
|
||||
|
||||
// TODO move to layout.c
|
||||
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