xf86.h: drop XF86FLIP_PIXELS

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-20 17:59:22 +02:00
parent 4a39efdbe2
commit c10cbbd2a4

View File

@ -78,14 +78,6 @@ extern _X_EXPORT confDRIRec xf86ConfigDRI;
#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 */