diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-06-28 12:09:12 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-09-01 22:06:50 +0000 |
commit | b7e280e16347d9e06ddf024a413d650eb02b6343 (patch) | |
tree | 649c83e6e2fc07728191d0ef78c3f01dbd1b8b71 /dix | |
parent | 3964510fb800fd30f5ad508d6b684ebc03755cc5 (diff) |
dix: unexport AllocColorCells()
Not used by any driver/module, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1581>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/colormap_priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dix/colormap_priv.h b/dix/colormap_priv.h index 9112976b3..0299521bd 100644 --- a/dix/colormap_priv.h +++ b/dix/colormap_priv.h @@ -40,4 +40,7 @@ int QueryColors(ColormapPtr pmap, int count, Pixel *ppixIn, /* should only be called via resource type's destructor */ int FreeClientPixels(void *pcr, XID fakeid); +int AllocColorCells(int client, ColormapPtr pmap, int colors, int planes, + Bool contig, Pixel *ppix, Pixel *masks); + #endif /* _XSERVER_DIX_COLORMAP_PRIV_H */ |