mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
Add workspace to outputs
This commit is contained in:
parent
68036018c8
commit
aeda2e077f
7 changed files with 104 additions and 5 deletions
|
|
@ -126,5 +126,6 @@ struct sway_container {
|
|||
};
|
||||
|
||||
swayc_t *new_output(struct sway_output *sway_output);
|
||||
swayc_t *new_workspace(swayc_t *output, const char *name);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue