mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 20:58:52 +00:00
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:
@@ -74,14 +74,6 @@ extern _X_EXPORT int platformSlotClaimed;
|
||||
|
||||
#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 */
|
||||
|
||||
Reference in New Issue
Block a user