X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=23fa6f67bd167389af6b930939a813185e17dd76;hb=dbc9adb7ae63afb520ab7d048739ef92a18d3b7f;hp=9189cf4fdb049cb9ecf0a2dd25790e8493798c2a;hpb=69884d51cc4c66b5811d4f6318c0c85745e09345;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 9189cf4..23fa6f6 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -492,6 +492,7 @@ typedef struct typedef struct _FONTUSAGE { int* chars; char is_reduced; + int used_glyphs; } FONTUSAGE; #define FONT_STYLE_BOLD 1 @@ -790,7 +791,7 @@ typedef struct _ActionTAG struct _ActionTAG * prev; struct _ActionTAG * parent; - U8 tmp[4]; // store small operands here. + U8 tmp[8]; // store small operands here. } ActionTAG; typedef struct _ActionMarker