aboutsummaryrefslogtreecommitdiff
path: root/sway/workspace.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-10 23:26:04 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-10 23:26:04 -0400
commite62e294366e634dbd584ea8fd2a9ed93aa81e356 (patch)
tree41a39c63ff375b81272bcfcec7719e510359d858 /sway/workspace.h
parent4aeaaa8abc35ff6ce9746802169918d33e7b8e61 (diff)
parent25a3aa6ed675c70a7cb83aca0ec5eccae23e42fa (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.h2
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*);