summaryrefslogtreecommitdiffstats
path: root/libass/ass_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_types.h')
-rw-r--r--libass/ass_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_types.h b/libass/ass_types.h
index 7d1e498..16c970d 100644
--- a/libass/ass_types.h
+++ b/libass/ass_types.h
@@ -59,6 +59,7 @@ typedef struct font_provider_funcs {
CheckGlyphFunc check_glyph; // test codepoint for coverage
DestroyFontFunc destroy_font; // destroy a single font
DestroyProviderFunc destroy_provider; // destroy provider only
+ // XXX: add function for alias handling
} ASS_FontProviderFuncs;
/*