From 7c635b61fe2efd122d131951c26f0c89d25f56cc Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Sat, 30 Apr 2022 17:09:44 -0400 Subject: remove damage debug options Now that we use wlr_scene, wlroots handles these. If available use the wlroots debug options instead. --- include/sway/server.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/sway') 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; -- cgit v1.2.3-54-g00ecf