remove damage debug options

Now that we use wlr_scene, wlroots handles these. If available use
the wlroots debug options instead.
This commit is contained in:
Alexander Orzechowski 2022-04-30 17:09:44 -04:00 committed by Kirill Primak
parent bab6b79af2
commit 7c635b61fe
2 changed files with 1 additions and 14 deletions

View file

@ -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;