mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
unify workspace create functions
This commit is contained in:
parent
cba258e16a
commit
5f4761c4f4
5 changed files with 46 additions and 44 deletions
|
|
@ -7,8 +7,6 @@ extern char *prev_workspace_name;
|
|||
|
||||
char *workspace_next_name(const char *output_name);
|
||||
|
||||
struct sway_container *workspace_create(const char *name);
|
||||
|
||||
bool workspace_switch(struct sway_container *workspace);
|
||||
|
||||
struct sway_container *workspace_by_number(const char* name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue