aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorS. Christoffer Eliesen <christoffer@eliesen.no>2015-11-19 13:05:59 +0100
committerS. Christoffer Eliesen <christoffer@eliesen.no>2015-11-22 11:08:08 +0100
commit5531dbe1b2026a88670c812d40f0efccb4b52c7f (patch)
tree793b93d9df55478856a9d6dda7d99d3f8bd7d0e7 /include/config.h
parentd0af224e6da2505601b9c068912903b3d32e37c6 (diff)
cmd_workspace: Don't fill up config->workspace_outputs with duplicates.
This also fixes a bug where issuing a new "workspace a output b" command for an already assigned workspace would not work (the old config would be found first and used instead).
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index c93f9caf..82aa71bf 100644
--- a/include/config.h
+++ b/include/config.h
@@ -102,6 +102,8 @@ char *do_var_replacement(char *str);
void apply_output_config(struct output_config *oc, swayc_t *output);
void free_output_config(struct output_config *oc);
+int workspace_output_cmp_workspace(const void *a, const void *b);
+
/**
* Global config singleton.
*/