mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
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:
parent
b48e4a9cb7
commit
989c46fc9d
4 changed files with 9 additions and 8 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue