aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-11-29 14:51:42 +0200
committerLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-11-29 15:29:06 +0200
commit7d82cd9c0a418385fbde72f4503459ab7afa1bde (patch)
treed82e43a424ccde83f5ced21c79b2d6b519f62bd1 /include/config.h
parentcmd_output: Cleanup cmd_output argument handling (diff)
downloadsway-7d82cd9c0a418385fbde72f4503459ab7afa1bde.tar.gz
sway-7d82cd9c0a418385fbde72f4503459ab7afa1bde.tar.zst
sway-7d82cd9c0a418385fbde72f4503459ab7afa1bde.zip
cmd_output: Use list_seq_find() to find matching config
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 6b48063a..21fbb8f9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -98,6 +98,7 @@ bool read_config(FILE *file, bool is_active);
98 * Does variable replacement for a string based on the config's currently loaded variables. 98 * Does variable replacement for a string based on the config's currently loaded variables.
99 */ 99 */
100char *do_var_replacement(char *str); 100char *do_var_replacement(char *str);
101int output_name_cmp(const void *item, const void *data);;
101/** Sets up a WLC output handle based on a given output_config. 102/** Sets up a WLC output handle based on a given output_config.
102 */ 103 */
103void apply_output_config(struct output_config *oc, swayc_t *output); 104void apply_output_config(struct output_config *oc, swayc_t *output);