aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 8215ff59..d5467a56 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -516,6 +516,11 @@ bool read_config(FILE *file, struct sway_config *config,
516 struct swaynag_instance *swaynag); 516 struct swaynag_instance *swaynag);
517 517
518/** 518/**
519 * Run the commands that were deferred when reading the config file.
520 */
521void run_deferred_commands(void);
522
523/**
519 * Adds a warning entry to the swaynag instance used for errors. 524 * Adds a warning entry to the swaynag instance used for errors.
520 */ 525 */
521void config_add_swaynag_warning(char *fmt, ...); 526void config_add_swaynag_warning(char *fmt, ...);