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:
Enrico Weigelt, metux IT consult 2025-05-05 20:29:12 +02:00
parent b0e7326f6d
commit 63097cb5c9
3 changed files with 1 additions and 12 deletions

View File

@ -89,7 +89,7 @@ fbUnrealizeGlyph(ScreenPtr pScreen,
pixman_glyph_cache_remove (glyphCache, pGlyph, NULL);
}
void
static void
fbGlyphs(CARD8 op,
PicturePtr pSrc,
PicturePtr pDst,

View File

@ -47,14 +47,4 @@ extern _X_EXPORT void
fbAddTraps(PicturePtr pPicture,
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_ */

View File

@ -59,7 +59,6 @@
#define fbGlyph16 wfbGlyph16
#define fbGlyph32 wfbGlyph32
#define fbGlyph8 wfbGlyph8
#define fbGlyphs wfbGlyphs
#define fbImageGlyphBlt wfbImageGlyphBlt
#define fbIn wfbIn
#define fbInitializeColormap wfbInitializeColormap