From d4b1e71b919a52fbad0ba8191259eb4f14dfd1ab Mon Sep 17 00:00:00 2001 From: Connor E <38229097+c-edw@users.noreply.github.com> Date: Sun, 24 Feb 2019 04:39:08 +0000 Subject: Make load_include_configs void. Fix some cases where WD would not be restored. --- include/sway/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sway') 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); /** * Loads an included config. Can only be used after load_main_config. */ -bool load_include_configs(const char *path, struct sway_config *config, +void load_include_configs(const char *path, struct sway_config *config, struct swaynag_instance *swaynag); /** -- cgit v1.2.3-54-g00ecf