diff options
author | taiyu <taiyu.len@gmail.com> | 2015-09-12 02:38:03 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-09-12 02:38:03 -0700 |
commit | e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983 (patch) | |
tree | 8a8ac30c539f4a63bb249b8c5e27e724a4241c9f /include/config.h | |
parent | f5343adae4d631e4cdade7869b4d73fc97b4ac5f (diff) |
new_workspace null behavior + testmap functions + regex
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
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); bool read_config(FILE *file, bool is_active); char *do_var_replacement(char *str); +// Find workspace_output from config by workspace or output name +struct workspace_output *wsop_find_workspace(const char *); +struct workspace_output *wsop_find_output(const char *); + extern struct sway_config *config; #endif |