summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_cache_template.h')
-rw-r--r--libass/ass_cache_template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libass/ass_cache_template.h b/libass/ass_cache_template.h
index 8f7f2af..c91c897 100644
--- a/libass/ass_cache_template.h
+++ b/libass/ass_cache_template.h
@@ -149,6 +149,8 @@ START(composite, composite_hash_key)
GENERIC(unsigned, bold)
GENERIC(int, flags)
GENERIC(unsigned, has_outline)
+ GENERIC(int, shift_x)
+ GENERIC(int, shift_y)
FTVECTOR(advance)
STRING(str)
END(CompositeHashKey)