aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 676218c8..04db3e5c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -63,6 +63,10 @@ bool load_config(const char *file);
63bool read_config(FILE *file, bool is_active); 63bool read_config(FILE *file, bool is_active);
64char *do_var_replacement(char *str); 64char *do_var_replacement(char *str);
65 65
66// Find workspace_output from config by workspace or output name
67struct workspace_output *wsop_find_workspace(const char *);
68struct workspace_output *wsop_find_output(const char *);
69
66extern struct sway_config *config; 70extern struct sway_config *config;
67 71
68#endif 72#endif