More container fixes

This commit is contained in:
TheAvidDev 2020-08-23 20:10:25 -04:00
parent e34ef65fd9
commit 2c49efc12c
3 changed files with 19 additions and 13 deletions

View file

@ -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);