X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FCommonOutputDev.h;h=746bc71e845d5c516f56e72166747f853a7e7873;hb=9e51523b57fc5e715d498039543f8e630b664d7b;hp=03b2f46bc5bd5fabfc8b151caef585ccd487cb0e;hpb=cbcb36e38ef35e0a1b950fa8cfa3d90e5aeaa19b;p=swftools.git 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: