summaryrefslogtreecommitdiff
path: root/pdf2swf
diff options
context:
space:
mode:
authorkramm <kramm>2004-08-14 12:46:50 +0000
committerkramm <kramm>2004-08-14 12:46:50 +0000
commit5186504cac885da1446f2f8cf76d174d99b04276 (patch)
treed04d6f22a11af4fa556ac4414f4172907a6e29fa /pdf2swf
parent25bf0e14cdf91c28c4a301485471fa7b15316dec (diff)
added drawmode to swfoutput struct.
Diffstat (limited to 'pdf2swf')
-rw-r--r--pdf2swf/swfoutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h
index 0e1ed485..16e6d6d2 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 */