git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e847c0d
)
added common #define statements
author
kramm
<kramm>
Mon, 19 Nov 2007 16:31:49 +0000
(16:31 +0000)
committer
kramm
<kramm>
Mon, 19 Nov 2007 16:31:49 +0000
(16:31 +0000)
lib/pdf/CommonOutputDev.h
patch
|
blob
|
history
diff --git
a/lib/pdf/CommonOutputDev.h
b/lib/pdf/CommonOutputDev.h
index
03b2f46
..
746bc71
100644
(file)
--- 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: