aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 09:07:22 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 09:07:22 -0500
commitc942f1624e2b4af217076431465b8e4b87c0c3c6 (patch)
tree7b015c5b2ace18d54a7769b67eed2336c7bec4bd /include
parentMerge pull request #269 from christophgysin/usage (diff)
parentcmd_output: Log enable/disable state (diff)
downloadsway-c942f1624e2b4af217076431465b8e4b87c0c3c6.tar.gz
sway-c942f1624e2b4af217076431465b8e4b87c0c3c6.tar.zst
sway-c942f1624e2b4af217076431465b8e4b87c0c3c6.zip
Merge pull request #275 from christophgysin/cmd_output
refactor cmd_output
Diffstat (limited to 'include')
-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);