From: kramm Date: Tue, 31 Aug 2004 09:34:01 +0000 (+0000) Subject: removed "bool" occurence. X-Git-Tag: xpdf-3-00~80 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=e54aeae76f147954811268730f1591c7bc4a889c removed "bool" occurence. --- diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 6e5cbd6..2ecb49b 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -889,7 +889,7 @@ int swf_ObjectMove(TAG * t,U16 depth,MATRIX * m,CXFORM * cx); typedef struct _SWFPLACEOBJECT { U16 depth; U16 id; // may be 0 - bool move; //true: move/replace character, false: set character + char move; //true: move/replace character, false: set character MATRIX matrix; CXFORM cxform; U16 ratio;