mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
More container fixes
This commit is contained in:
parent
e34ef65fd9
commit
2c49efc12c
3 changed files with 19 additions and 13 deletions
|
|
@ -92,6 +92,9 @@ struct sway_output *workspace_output_get_highest_available(
|
|||
|
||||
void workspace_detect_urgent(struct sway_workspace *workspace);
|
||||
|
||||
void workspace_for_each_tiling_container(struct sway_workspace *ws,
|
||||
void (*f)(struct sway_container *con, void *data), void *data);
|
||||
|
||||
void workspace_for_each_container(struct sway_workspace *ws,
|
||||
void (*f)(struct sway_container *con, void *data), void *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue