summaryrefslogtreecommitdiffstats
path: root/libass/ass_types.h
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2011-10-18 16:28:51 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2015-07-10 10:42:40 +0200
commitc75e58151aadc7179255d7c5c09aa61acf695d56 (patch)
tree5432c5d4119450149b3e92fa8c96ec1e19629c56 /libass/ass_types.h
parent33f5954eb6849ac228491b729bcc11e922f62060 (diff)
downloadlibass-c75e58151aadc7179255d7c5c09aa61acf695d56.tar.bz2
libass-c75e58151aadc7179255d7c5c09aa61acf695d56.tar.xz
Add todo comments
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 7d1e4989..16c970db 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;
/*