mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
mi: move StaticGrayMask and GrayScaleMask into micmap.c
micmap.c is the only consumer of these, so move them into there, instead of maintaining them in the public API w/o any practical need. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt, metux IT consult .
parent
118e438359
commit
50aeb09da7
@@ -43,6 +43,9 @@
|
||||
|
||||
#define MIN_TRUE_DEPTH 6
|
||||
|
||||
#define StaticGrayMask (1 << StaticGray)
|
||||
#define GrayScaleMask (1 << GrayScale)
|
||||
|
||||
#define ALL_VISUALS (StaticGrayMask|GrayScaleMask|StaticColorMask|\
|
||||
PseudoColorMask|TrueColorMask|DirectColorMask)
|
||||
#define LARGE_VISUALS (TrueColorMask|DirectColorMask)
|
||||
|
||||
@@ -37,8 +37,6 @@ extern _X_EXPORT Bool miInitVisuals(VisualPtr *, DepthPtr *, int *, int *,
|
||||
|
||||
#define MAX_PSEUDO_DEPTH 10
|
||||
|
||||
#define StaticGrayMask (1 << StaticGray)
|
||||
#define GrayScaleMask (1 << GrayScale)
|
||||
#define StaticColorMask (1 << StaticColor)
|
||||
#define PseudoColorMask (1 << PseudoColor)
|
||||
#define TrueColorMask (1 << TrueColor)
|
||||
|
||||
Reference in New Issue
Block a user