dix: add AllocColormap() to symbol table for internal wfb module

As long as the wfb module is still a separate shared object, this
function needs to be in the symbol table.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-06-05 16:25:14 +02:00
parent a75a587370
commit 92126ff496

View File

@ -82,6 +82,7 @@ int TellGainedMap(WindowPtr pwin, void *value);
int CopyColormapAndFree(Colormap mid, ColormapPtr pSrc, int client);
_X_EXPORT /* only for internal wfb module, as long as it's still a shared object */
int AllocColor(ColormapPtr pmap, unsigned short *pred, unsigned short *pgreen,
unsigned short *pblue, Pixel *pPix, int client );