xf86.h: drop XF86FLIP_PIXELS
This commit is contained in:
parent
4a39efdbe2
commit
c10cbbd2a4
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue