aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Connor E <38229097+c-edw@users.noreply.github.com>2019-02-24 04:39:08 +0000
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-24 00:01:35 -0500
commitd4b1e71b919a52fbad0ba8191259eb4f14dfd1ab (patch)
tree5933eaa3a951f8b9cae3b63452f9c572b37be7b8 /include/sway/config.h
parentFix crash exiting fullscreened floating container (diff)
downloadsway-d4b1e71b919a52fbad0ba8191259eb4f14dfd1ab.tar.gz
sway-d4b1e71b919a52fbad0ba8191259eb4f14dfd1ab.tar.zst
sway-d4b1e71b919a52fbad0ba8191259eb4f14dfd1ab.zip
Make load_include_configs void. Fix some cases where WD would not be restored.
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 54cdcc90..ab494e78 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -513,7 +513,7 @@ bool load_main_config(const char *path, bool is_active, bool validating);
513/** 513/**
514 * Loads an included config. Can only be used after load_main_config. 514 * Loads an included config. Can only be used after load_main_config.
515 */ 515 */
516bool load_include_configs(const char *path, struct sway_config *config, 516void load_include_configs(const char *path, struct sway_config *config,
517 struct swaynag_instance *swaynag); 517 struct swaynag_instance *swaynag);
518 518
519/** 519/**