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:
f72fd5c
)
removed useGradients()
author
kramm
<kramm>
Sat, 3 Dec 2005 14:53:02 +0000
(14:53 +0000)
committer
kramm
<kramm>
Sat, 3 Dec 2005 14:53:02 +0000
(14:53 +0000)
pdf2swf/xpdf/OutputDev.h
patch
|
blob
|
history
diff --git
a/pdf2swf/xpdf/OutputDev.h
b/pdf2swf/xpdf/OutputDev.h
index
fdb0edc
..
8d2c9f3
100644
(file)
--- a/
pdf2swf/xpdf/OutputDev.h
+++ b/
pdf2swf/xpdf/OutputDev.h
@@
-74,7
+74,7
@@
public:
virtual void setDefaultCTM(double *ctm);
// Start a page.
- virtual void startPage(int pageNum, GfxState *state) {}
+ virtual void startPage(int pageNum, GfxState *state, double x1,double y1,double x2,double y2) {}
// End a page.
virtual void endPage() {}