mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-23 23:30:02 +00:00
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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user