mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
clean up pid/workspace stuff
This commit is contained in:
parent
03d79b41c7
commit
beaa03344e
3 changed files with 68 additions and 65 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define _SWAY_WORKSPACE_H
|
||||
|
||||
#include <wlc/wlc.h>
|
||||
#include <unistd.h>
|
||||
#include "list.h"
|
||||
#include "layout.h"
|
||||
|
||||
|
|
@ -16,5 +17,6 @@ swayc_t *workspace_output_next();
|
|||
swayc_t *workspace_next();
|
||||
swayc_t *workspace_output_prev();
|
||||
swayc_t *workspace_prev();
|
||||
swayc_t *workspace_for_pid(pid_t pid);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue