mirror of
https://github.com/swaywm/sway.git
synced 2025-11-19 06:59:52 -05:00
Make load_include_configs void. Fix some cases where WD would not be restored.
This commit is contained in:
parent
713883f04c
commit
d4b1e71b91
3 changed files with 17 additions and 29 deletions
|
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue