mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
changed workspace_{outout_,}{next,prev} to return workspace
so it can be reused for "move container to workspace next"
This commit is contained in:
parent
03e4a97dbe
commit
e854a54e96
3 changed files with 78 additions and 68 deletions
|
|
@ -9,9 +9,9 @@ char *workspace_next_name(void);
|
|||
swayc_t *workspace_create(const char*);
|
||||
swayc_t *workspace_by_name(const char*);
|
||||
void workspace_switch(swayc_t*);
|
||||
void workspace_output_next();
|
||||
void workspace_next();
|
||||
void workspace_output_prev();
|
||||
void workspace_prev();
|
||||
swayc_t *workspace_output_next();
|
||||
swayc_t *workspace_next();
|
||||
swayc_t *workspace_output_prev();
|
||||
swayc_t *workspace_prev();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue