fb: unexport fbListInstalledColormaps()
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
50c2c59dc9
commit
bfcbcf0302
3
fb/fb.h
3
fb/fb.h
|
@ -641,9 +641,6 @@ fbBltPlane(FbBits * src,
|
||||||
/*
|
/*
|
||||||
* fbcmap_mi.c
|
* fbcmap_mi.c
|
||||||
*/
|
*/
|
||||||
extern _X_EXPORT int
|
|
||||||
fbListInstalledColormaps(ScreenPtr pScreen, Colormap * pmaps);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
fbInstallColormap(ColormapPtr pmap);
|
fbInstallColormap(ColormapPtr pmap);
|
||||||
|
|
||||||
|
|
|
@ -22,5 +22,6 @@ static inline void fbValidateDrawable(DrawablePtr d) {}
|
||||||
#endif /* FB_DEBUG */
|
#endif /* FB_DEBUG */
|
||||||
|
|
||||||
Bool fbAllocatePrivates(ScreenPtr pScreen);
|
Bool fbAllocatePrivates(ScreenPtr pScreen);
|
||||||
|
int fbListInstalledColormaps(ScreenPtr pScreen, Colormap* pmaps);
|
||||||
|
|
||||||
#endif /* XORG_FB_PRIV_H */
|
#endif /* XORG_FB_PRIV_H */
|
||||||
|
|
|
@ -32,9 +32,9 @@
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
|
|
||||||
#include "dix/colormap_priv.h"
|
#include "dix/colormap_priv.h"
|
||||||
|
#include "fb/fb_priv.h"
|
||||||
#include "mi/mi_priv.h"
|
#include "mi/mi_priv.h"
|
||||||
|
|
||||||
#include "fb.h"
|
|
||||||
#include "micmap.h"
|
#include "micmap.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue