From abe7190fa8b69761f83317e4a448c14bda28ddf7 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 4 Feb 2026 17:13:05 +0100 Subject: [PATCH] [PR #1940] xquartz: drop ifdef DAMAGE PR: https://github.com/X11Libre/xserver/pull/1940 --- hw/xquartz/xpr/xprScreen.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xquartz/xpr/xprScreen.c b/hw/xquartz/xpr/xprScreen.c index 885ed84626..c4839c9023 100644 --- a/hw/xquartz/xpr/xprScreen.c +++ b/hw/xquartz/xpr/xprScreen.c @@ -50,9 +50,7 @@ #include "rootlessCommon.h" -#ifdef DAMAGE #include "damage.h" -#endif /* 10.4's deferred update makes X slower.. have to live with the tearing * for now.. */