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:
parent
a75a587370
commit
92126ff496
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue