fb: pict: make fbGlyphs() static
Not used anywhere outside fbpict.c, so can become static. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
b0e7326f6d
commit
63097cb5c9
|
@ -89,7 +89,7 @@ fbUnrealizeGlyph(ScreenPtr pScreen,
|
||||||
pixman_glyph_cache_remove (glyphCache, pGlyph, NULL);
|
pixman_glyph_cache_remove (glyphCache, pGlyph, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
fbGlyphs(CARD8 op,
|
fbGlyphs(CARD8 op,
|
||||||
PicturePtr pSrc,
|
PicturePtr pSrc,
|
||||||
PicturePtr pDst,
|
PicturePtr pDst,
|
||||||
|
|
10
fb/fbpict.h
10
fb/fbpict.h
|
@ -47,14 +47,4 @@ extern _X_EXPORT void
|
||||||
fbAddTraps(PicturePtr pPicture,
|
fbAddTraps(PicturePtr pPicture,
|
||||||
INT16 xOff, INT16 yOff, int ntrap, xTrap * traps);
|
INT16 xOff, INT16 yOff, int ntrap, xTrap * traps);
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
fbGlyphs(CARD8 op,
|
|
||||||
PicturePtr pSrc,
|
|
||||||
PicturePtr pDst,
|
|
||||||
PictFormatPtr maskFormat,
|
|
||||||
INT16 xSrc,
|
|
||||||
INT16 ySrc, int nlist,
|
|
||||||
GlyphListPtr list,
|
|
||||||
GlyphPtr *glyphs);
|
|
||||||
|
|
||||||
#endif /* _FBPICT_H_ */
|
#endif /* _FBPICT_H_ */
|
||||||
|
|
|
@ -59,7 +59,6 @@
|
||||||
#define fbGlyph16 wfbGlyph16
|
#define fbGlyph16 wfbGlyph16
|
||||||
#define fbGlyph32 wfbGlyph32
|
#define fbGlyph32 wfbGlyph32
|
||||||
#define fbGlyph8 wfbGlyph8
|
#define fbGlyph8 wfbGlyph8
|
||||||
#define fbGlyphs wfbGlyphs
|
|
||||||
#define fbImageGlyphBlt wfbImageGlyphBlt
|
#define fbImageGlyphBlt wfbImageGlyphBlt
|
||||||
#define fbIn wfbIn
|
#define fbIn wfbIn
|
||||||
#define fbInitializeColormap wfbInitializeColormap
|
#define fbInitializeColormap wfbInitializeColormap
|
||||||
|
|
Loading…
Reference in New Issue