dix: move colormap flags into colormap_priv.h and rename them

These aren't used by any drivers/modules, so no need to keep them exported.
As already touching them, give them a proper name prefix for clarity.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1581>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-06-28 12:50:24 +02:00 committed by Marge Bot
commit 1bfa4876f6
8 changed files with 30 additions and 26 deletions

View file

@ -53,12 +53,6 @@ SOFTWARE.
#define DynamicClass 1
/* Values for the flags field of a colormap. These should have 1 bit set
* and not overlap */
#define IsDefault 1
#define AllAllocated 2
#define BeingCreated 4
typedef CARD32 Pixel;
extern _X_EXPORT Bool ResizeVisualArray(ScreenPtr /* pScreen */ ,