From a2195cd28f225911941761b9e39fbf5dbe0237ff Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 16 Feb 2007 17:51:07 +0000 Subject: Consistently name z-axis rotation angle "frz". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22232 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 bfc3557142..53b86420bf 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 angle; // signed 16.16 + int frz; // signed 16.16 FT_Vector advance; // subpixel shift vector } glyph_hash_key_t; -- cgit v1.2.3