From fb6a1101ce1796ce2f50d6aa23b9ca5809269ec6 Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 16 Feb 2007 17:54:47 +0000 Subject: Implement \frx and \fry (and reimplement \frz) as 3d rotations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22233 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libass/ass_cache.h') diff --git a/libass/ass_cache.h b/libass/ass_cache.h index 53b86420bf..a4a5bf4ce1 100644 --- a/libass/ass_cache.h +++ b/libass/ass_cache.h @@ -39,7 +39,7 @@ typedef struct glyph_hash_key_s { // the following affects bitmap glyphs only unsigned scale_x, scale_y; // 16.16 - int frz; // signed 16.16 + int frx, fry, frz; // signed 16.16 FT_Vector advance; // subpixel shift vector } glyph_hash_key_t; -- cgit v1.2.3