diff options
author | Drew DeVault <[email protected]> | 2018-01-30 20:51:57 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-01-30 20:51:57 -0500 |
commit | 8231f99c12b059bf762c2ca77258a520b3a6886f (patch) | |
tree | cf89847907e3db4ec077bccbeec9467ed3b5774c /include/sway/old/workspace.h | |
parent | a686fb07ae324cb122f7175941f0ef6c3cdd0cf4 (diff) |
Remove include/sway/old/
Diffstat (limited to 'include/sway/old/workspace.h')
-rw-r--r-- | include/sway/old/workspace.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/sway/old/workspace.h b/include/sway/old/workspace.h deleted file mode 100644 index c268fafa..00000000 --- a/include/sway/old/workspace.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef _SWAY_WORKSPACE_H -#define _SWAY_WORKSPACE_H - -#include <wlc/wlc.h> -#include <unistd.h> -#include "list.h" -#include "layout.h" - -extern char *prev_workspace_name; - -char *workspace_next_name(const char *output_name); -swayc_t *workspace_create(const char*); -swayc_t *workspace_by_name(const char*); -swayc_t *workspace_by_number(const char*); -bool workspace_switch(swayc_t*); -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 |