diff --git a/dix/colormap_priv.h b/dix/colormap_priv.h index ce18ce29b..3b04e7fca 100644 --- a/dix/colormap_priv.h +++ b/dix/colormap_priv.h @@ -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 );