aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-01-05 09:40:47 -0500
committerLibravatar GitHub <noreply@github.com>2018-01-05 09:40:47 -0500
commitfdc92e745498a4e0707a51c3fd3390d462e9ae59 (patch)
tree40cdc706c8b1439d630c6b514817c8e6f0b4e4fd /include
parentMerge pull request #1552 from martinetd/cleanup (diff)
parentconfig: add 'set' command (diff)
downloadsway-fdc92e745498a4e0707a51c3fd3390d462e9ae59.tar.gz
sway-fdc92e745498a4e0707a51c3fd3390d462e9ae59.tar.zst
sway-fdc92e745498a4e0707a51c3fd3390d462e9ae59.zip
Merge pull request #1554 from martinetd/cmd_set
config: add 'set' command
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 405092e3..0a9c4595 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -375,6 +375,7 @@ bool read_config(FILE *file, struct sway_config *config);
375 * Free config struct 375 * Free config struct
376 */ 376 */
377void free_config(struct sway_config *config); 377void free_config(struct sway_config *config);
378void free_sway_variable(struct sway_variable *var);
378/** 379/**
379 * Does variable replacement for a string based on the config's currently loaded variables. 380 * Does variable replacement for a string based on the config's currently loaded variables.
380 */ 381 */