]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps-document.h
Some leaks fixed
[evince.git] / ps / ps-document.h
index 2ea93dd38ace50645d3fead0b44dce3ec284f43f..87eaddb9501c6f5b4192053ae036f42dd8e6e340 100644 (file)
@@ -57,7 +57,6 @@ struct _PSDocument {
 
   gboolean busy;                /* Is gs busy drawing? */
   gboolean structured_doc;
-  gboolean loaded;
 
   struct record_list *ps_input;
   gchar *input_buffer_ptr;
@@ -71,6 +70,11 @@ 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;
+
+  GtkGSOrientation orientation;
 
   const gchar *gs_status;       /* PSDocument status */
 };