X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2FSWFOutputDev.h;h=e90857c76468a56084265e97a2af599ed4b80989;hb=2bb1c9adf490826a7485f7e709a446d3eead81ae;hp=2c8542e6c5ee259af54971e5360932cba3b7bbad;hpb=2572c85a3fede67a3177842d4d09ed6e1c97b848;p=swftools.git diff --git a/pdf2swf/SWFOutputDev.h b/pdf2swf/SWFOutputDev.h index 2c8542e..e90857c 100644 --- 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;