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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 8415627b..aa58da53 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -12,6 +12,7 @@
12#include "../include/config.h" 12#include "../include/config.h"
13#include "gesture.h" 13#include "gesture.h"
14#include "list.h" 14#include "list.h"
15#include "stringop.h"
15#include "swaynag.h" 16#include "swaynag.h"
16#include "tree/container.h" 17#include "tree/container.h"
17#include "sway/input/tablet.h" 18#include "sway/input/tablet.h"
@@ -625,7 +626,7 @@ void run_deferred_bindings(void);
625/** 626/**
626 * Adds a warning entry to the swaynag instance used for errors. 627 * Adds a warning entry to the swaynag instance used for errors.
627 */ 628 */
628void config_add_swaynag_warning(char *fmt, ...); 629void config_add_swaynag_warning(char *fmt, ...) _SWAY_ATTRIB_PRINTF(1, 2);
629 630
630/** 631/**
631 * Free config struct 632 * Free config struct