aboutsummaryrefslogtreecommitdiff
path: root/include/sway/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/server.h')
-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 {
bool noatomic; // Ignore atomic layout updates
bool txn_timings; // Log verbose messages about transactions
bool txn_wait; // Always wait for the timeout before applying
- bool noscanout; // Disable direct scan-out
-
- enum {
- DAMAGE_DEFAULT, // Default behaviour
- DAMAGE_HIGHLIGHT, // Highlight regions of the screen being damaged
- DAMAGE_RERENDER, // Render the full output when any damage occurs
- } damage;
};
extern struct sway_debug debug;