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:
2572c85
)
added members x1,y1,x2,y2 to swf_output.
author
kramm
<kramm>
Fri, 22 Oct 2004 15:07:37 +0000
(15:07 +0000)
committer
kramm
<kramm>
Fri, 22 Oct 2004 15:07:37 +0000
(15:07 +0000)
pdf2swf/SWFOutputDev.h
patch
|
blob
|
history
diff --git
a/pdf2swf/SWFOutputDev.h
b/pdf2swf/SWFOutputDev.h
index
2c8542e
..
e90857c
100644
(file)
--- a/
pdf2swf/SWFOutputDev.h
+++ b/
pdf2swf/SWFOutputDev.h
@@
-43,6
+43,7
@@
void pdf_destroy(pdf_doc_t*doc);
typedef struct _swf_output
{
int num_pages;
+ int x1,y1,x2,y2;
void*internal;
} swf_output_t;