dix: unexport FakeAllocColor()

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>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-06-28 11:38:58 +02:00 committed by Marge Bot
commit 989c46fc9d
4 changed files with 9 additions and 8 deletions

View file

@ -6,6 +6,7 @@
#define _XSERVER_DIX_COLORMAP_PRIV_H
#include <X11/Xdefs.h>
#include <X11/Xproto.h>
#include "dix/screenint_priv.h"
#include "include/colormap.h"
@ -28,4 +29,6 @@ int CopyColormapAndFree(Colormap mid, ColormapPtr pSrc, int client);
int AllocColor(ColormapPtr pmap, unsigned short *pred, unsigned short *pgreen,
unsigned short *pblue, Pixel *pPix, int client );
void FakeAllocColor(ColormapPtr pmap, xColorItem *item);
#endif /* _XSERVER_DIX_COLORMAP_PRIV_H */