From 82d5f12914d198b403bf14b19219581de3c6199f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Sep 2021 11:58:49 +0200 Subject: Add -Dnoscanout debug option This can help debugging direct scan-out issues, such as [1]. [1]: https://github.com/swaywm/wlroots/issues/3185 --- include/sway/server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { 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 -- cgit v1.2.3-54-g00ecf