20 #ifndef FREERDP_LIB_CACHE_GLYPH_H
21 #define FREERDP_LIB_CACHE_GLYPH_H
23 #include <freerdp/api.h>
24 #include <freerdp/freerdp.h>
25 #include <freerdp/pointer.h>
59 FREERDP_LOCAL
void glyph_cache_register_callbacks(rdpUpdate* update);
63 WINPR_ATTR_MALLOC(glyph_cache_free, 1)
64 FREERDP_LOCAL
rdpGlyphCache* glyph_cache_new(rdpContext* context);
68 FREERDP_LOCAL
void free_cache_glyph_order(rdpContext* context,
CACHE_GLYPH_ORDER* glyph);