diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-03-04 11:08:03 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-03-04 11:08:03 -0500 |
commit | ef5d8969464e1bfde08a081f1285b33014aa1707 (patch) | |
tree | 4f4400de4a29dfa18ae10da6e71ea60146190155 /include | |
parent | 79bfd620d6f7a3d089898ec6391411c2c6b22668 (diff) | |
parent | 8ddafeeaae44db77bfdb55d1776513d88a58f68e (diff) |
Merge pull request #501 from mikkeloscar/ws-on-output
Fix assigning workspaces to outputs
Diffstat (limited to 'include')
-rw-r--r-- | include/workspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/workspace.h b/include/workspace.h index c69ccdbb..6911e3d4 100644 --- a/include/workspace.h +++ b/include/workspace.h @@ -7,7 +7,7 @@ extern char *prev_workspace_name; -char *workspace_next_name(void); +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*); |