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 57ae3c63..9736a665 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -559,6 +559,11 @@ bool read_config(FILE *file, struct sway_config *config,
559void run_deferred_commands(void); 559void run_deferred_commands(void);
560 560
561/** 561/**
562 * Run the binding commands that were deferred when initializing the inputs
563 */
564void run_deferred_bindings(void);
565
566/**
562 * Adds a warning entry to the swaynag instance used for errors. 567 * Adds a warning entry to the swaynag instance used for errors.
563 */ 568 */
564void config_add_swaynag_warning(char *fmt, ...); 569void config_add_swaynag_warning(char *fmt, ...);