diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-10 23:26:04 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-10 23:26:04 -0400 |
commit | e62e294366e634dbd584ea8fd2a9ed93aa81e356 (patch) | |
tree | 41a39c63ff375b81272bcfcec7719e510359d858 /sway/workspace.h | |
parent | 4aeaaa8abc35ff6ce9746802169918d33e7b8e61 (diff) | |
parent | 25a3aa6ed675c70a7cb83aca0ec5eccae23e42fa (diff) |
Merge pull request #15 from taiyu-len/master
destroys empty workspace + minor fixes
Diffstat (limited to 'sway/workspace.h')
-rw-r--r-- | sway/workspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/workspace.h b/sway/workspace.h index bc7eed55..19f0d4c1 100644 --- a/sway/workspace.h +++ b/sway/workspace.h @@ -5,7 +5,7 @@ #include "list.h" #include "layout.h" -char *workspace_next_name(); +char *workspace_next_name(void); swayc_t *workspace_create(const char*); swayc_t *workspace_find_by_name(const char*); void workspace_switch(swayc_t*); |