aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 33ffbf09..5df8a8e1 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -156,13 +156,6 @@ struct sway_debug {
156 bool noatomic; // Ignore atomic layout updates 156 bool noatomic; // Ignore atomic layout updates
157 bool txn_timings; // Log verbose messages about transactions 157 bool txn_timings; // Log verbose messages about transactions
158 bool txn_wait; // Always wait for the timeout before applying 158 bool txn_wait; // Always wait for the timeout before applying
159 bool noscanout; // Disable direct scan-out
160
161 enum {
162 DAMAGE_DEFAULT, // Default behaviour
163 DAMAGE_HIGHLIGHT, // Highlight regions of the screen being damaged
164 DAMAGE_RERENDER, // Render the full output when any damage occurs
165 } damage;
166}; 159};
167 160
168extern struct sway_debug debug; 161extern struct sway_debug debug;