From: kramm Date: Mon, 19 Nov 2007 16:31:49 +0000 (+0000) Subject: added common #define statements X-Git-Tag: buttons-working~487 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=1758c3e27019898fc4b24867f1bed3976a7f219d added common #define statements --- diff --git a/lib/pdf/CommonOutputDev.h b/lib/pdf/CommonOutputDev.h index 03b2f46..746bc71 100644 --- a/lib/pdf/CommonOutputDev.h +++ b/lib/pdf/CommonOutputDev.h @@ -22,6 +22,12 @@ #include "OutputDev.h" +#define RENDER_FILL 0 +#define RENDER_STROKE 1 +#define RENDER_FILLSTROKE 2 +#define RENDER_INVISIBLE 3 +#define RENDER_CLIP 4 + class CommonOutputDev: public OutputDev { public: