]> www.fi.muni.cz Git - evince.git/blobdiff - tiff/tiff-document.c
add paper_width, paper_height, and duplex parameters to ::begin.
[evince.git] / tiff / tiff-document.c
index 36847aa45f3173cdd2fd79bf6cafdf016654336a..aef7aaac3bf82b6fb9f9bfc70d2ac697c40c3574 100644 (file)
@@ -411,7 +411,8 @@ tiff_document_document_thumbnails_iface_init (EvDocumentThumbnailsIface *iface)
 
 static void
 tiff_document_ps_export_begin (EvPSExporter *exporter, const char *filename,
-                              int first_page, int last_page)
+                              int first_page, int last_page,
+                              double width, double height, gboolean duplex)
 {
        TiffDocument *document = TIFF_DOCUMENT (exporter);