From 2bb1c9adf490826a7485f7e709a446d3eead81ae Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 22 Oct 2004 15:07:37 +0000 Subject: [PATCH] added members x1,y1,x2,y2 to swf_output. --- pdf2swf/SWFOutputDev.h | 1 + 1 file changed, 1 insertion(+) 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; -- 1.7.10.4