clean up pid/workspace stuff

This commit is contained in:
Zandr Martin 2016-06-11 09:20:09 -05:00
parent 03d79b41c7
commit beaa03344e
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
3 changed files with 68 additions and 65 deletions

View file

@ -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