xfree86: xf86.h: drop XF86FLIP_PIXELS

Not used anywhere, so no need to keep it any longer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-20 17:59:22 +02:00
parent 149f52dc9c
commit d31d3178bf

View File

@ -74,14 +74,6 @@ extern _X_EXPORT int platformSlotClaimed;
#define XF86SCRNINFO(p) xf86ScreenToScrn(p) #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") #define BOOLTOSTRING(b) ((b) ? "TRUE" : "FALSE")
/* Compatibility functions for pre-input-thread drivers */ /* Compatibility functions for pre-input-thread drivers */