From 5186504cac885da1446f2f8cf76d174d99b04276 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 14 Aug 2004 12:46:50 +0000 Subject: [PATCH] added drawmode to swfoutput struct. --- pdf2swf/swfoutput.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 1.7.10.4