]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps-document.h
Translate zoom levels
[evince.git] / ps / ps-document.h
index 2ea93dd38ace50645d3fead0b44dce3ec284f43f..23392299cf2f05c8a5903dba4cf416811f195e67 100644 (file)
@@ -71,6 +71,9 @@ struct _PSDocument {
   gboolean send_filename_to_gs; /* True if gs should read from file directly */
   gboolean reading_from_pipe;   /* True if ggv is reading input from pipe */
   struct document *doc;
+  
+  int *ps_export_pagelist;
+  char *ps_export_filename;
 
   const gchar *gs_status;       /* PSDocument status */
 };