From c10cbbd2a45158aa76c879369601c4a2452637fc Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 20 May 2025 17:59:22 +0200 Subject: [PATCH] xf86.h: drop XF86FLIP_PIXELS --- hw/xfree86/common/xf86.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 65dd2ba0d..c48bc7339 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -78,14 +78,6 @@ extern _X_EXPORT confDRIRec xf86ConfigDRI; #define XF86SCRNINFO(p) xf86ScreenToScrn(p) -#define XF86FLIP_PIXELS() \ - do { \ - if (xf86GetFlipPixels()) { \ - pScreen->whitePixel = (pScreen->whitePixel) ? 0 : 1; \ - pScreen->blackPixel = (pScreen->blackPixel) ? 0 : 1; \ - } \ - while (0) - #define BOOLTOSTRING(b) ((b) ? "TRUE" : "FALSE") /* Compatibility functions for pre-input-thread drivers */