mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
Merge bf30257c1e into f9945d81fb
This commit is contained in:
commit
4f5cc457d8
3 changed files with 5 additions and 2 deletions
|
|
@ -121,6 +121,9 @@ void workspace_detach(struct sway_workspace *workspace);
|
|||
struct sway_container *workspace_add_tiling(struct sway_workspace *workspace,
|
||||
struct sway_container *con);
|
||||
|
||||
void workspace_attach_tiling(struct sway_workspace *ws,
|
||||
struct sway_container *con);
|
||||
|
||||
void workspace_add_floating(struct sway_workspace *workspace,
|
||||
struct sway_container *con);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue