diff options
Diffstat (limited to 'common/glyph_cache.h')
-rw-r--r-- | common/glyph_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/glyph_cache.h b/common/glyph_cache.h index 8ac9a3c..f783a3a 100644 --- a/common/glyph_cache.h +++ b/common/glyph_cache.h @@ -11,6 +11,7 @@ PicturePtr glyph_cache_only(ScreenPtr pScreen, GlyphPtr pGlyph, xPoint *pos); PicturePtr glyph_cache(ScreenPtr pScreen, GlyphPtr pGlyph, xPoint *pos); Bool glyph_cache_preload(ScreenPtr pScreen, int nlist, GlyphListPtr list, GlyphPtr *glyphs); +void glyph_cache_remove(ScreenPtr pScreen, GlyphPtr pGlyph); #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) |