mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
arrange windows
This commit is contained in:
parent
92c58b1e63
commit
2778edef97
11 changed files with 24 additions and 24 deletions
|
|
@ -43,7 +43,7 @@ enum sway_container_layout container_get_default_layout(struct sway_container *o
|
|||
|
||||
void container_sort_workspaces(struct sway_container *output);
|
||||
|
||||
void container_arrange_windows(struct sway_container *container,
|
||||
void arrange_windows(struct sway_container *container,
|
||||
double width, double height);
|
||||
|
||||
struct sway_container *container_get_in_direction(struct sway_container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue