aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 f77c3b50..33f52156 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -368,6 +368,7 @@ struct sway_config {
368 struct seat_config *seat_config; 368 struct seat_config *seat_config;
369 struct sway_seat *seat; 369 struct sway_seat *seat;
370 struct sway_container *current_container; 370 struct sway_container *current_container;
371 bool using_criteria;
371 } handler_context; 372 } handler_context;
372}; 373};
373 374