aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index f3522a49..88dda097 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -119,6 +119,7 @@ struct sway_debug {
119 bool noatomic; // Ignore atomic layout updates 119 bool noatomic; // Ignore atomic layout updates
120 bool txn_timings; // Log verbose messages about transactions 120 bool txn_timings; // Log verbose messages about transactions
121 bool txn_wait; // Always wait for the timeout before applying 121 bool txn_wait; // Always wait for the timeout before applying
122 bool noscanout; // Disable direct scan-out
122 123
123 enum { 124 enum {
124 DAMAGE_DEFAULT, // Default behaviour 125 DAMAGE_DEFAULT, // Default behaviour