summaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 56deaf01..b29fe6c5 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -211,6 +211,7 @@ struct sway_config {
211 // Flags 211 // Flags
212 bool focus_follows_mouse; 212 bool focus_follows_mouse;
213 bool mouse_warping; 213 bool mouse_warping;
214 bool force_focus_wrapping;
214 bool active; 215 bool active;
215 bool failed; 216 bool failed;
216 bool reloading; 217 bool reloading;