From: kramm Date: Sat, 14 Aug 2004 12:46:50 +0000 (+0000) Subject: added drawmode to swfoutput struct. X-Git-Tag: release-0-6-0~16 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5186504cac885da1446f2f8cf76d174d99b04276 added drawmode to swfoutput struct. --- diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h index 0e1ed48..16e6d6d 100644 --- a/pdf2swf/swfoutput.h +++ b/pdf2swf/swfoutput.h @@ -55,6 +55,7 @@ struct swfoutput SWFFONT *swffont; RGBA strokergb; RGBA fillrgb; + int drawmode; }; /* outline definition, adapted from t1lib.h */