mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Merge branch 'wlroots' into wlroots-xwayland-map
This commit is contained in:
commit
7e0d430a0c
13 changed files with 207 additions and 173 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);
|
||||
|
|
|
|||
|
|
@ -39,6 +39,8 @@ struct sway_container *container_add_sibling(struct sway_container *parent,
|
|||
|
||||
struct sway_container *container_remove_child(struct sway_container *child);
|
||||
|
||||
struct sway_container *container_reap_empty(struct sway_container *container);
|
||||
|
||||
void container_move_to(struct sway_container* container,
|
||||
struct sway_container* destination);
|
||||
|
||||
|
|
|
|||
|
|
@ -23,4 +23,6 @@ struct sway_container *workspace_output_prev(struct sway_container *current);
|
|||
|
||||
struct sway_container *workspace_prev(struct sway_container *current);
|
||||
|
||||
bool workspace_is_visible(struct sway_container *ws);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue