added drawmode to swfoutput struct.
authorkramm <kramm>
Sat, 14 Aug 2004 12:46:50 +0000 (12:46 +0000)
committerkramm <kramm>
Sat, 14 Aug 2004 12:46:50 +0000 (12:46 +0000)
pdf2swf/swfoutput.h

index 0e1ed48..16e6d6d 100644 (file)
@@ -55,6 +55,7 @@ struct swfoutput
     SWFFONT *swffont;
     RGBA strokergb;
     RGBA fillrgb;
+    int drawmode;
 };
 
 /* outline definition, adapted from t1lib.h */