]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps-document.h
Added French translation Added fr to DOC_LINGUAS
[evince.git] / ps / ps-document.h
index 2ea93dd38ace50645d3fead0b44dce3ec284f43f..c8d19db3cb01f359775401de6cef47bf57b3cd81 100644 (file)
@@ -25,6 +25,7 @@
 #define __PS_DOCUMENT_H__
 
 #include <sys/types.h>
+#include <gtk/gtkwidget.h>
 
 #include "ev-document.h"
 #include "ps.h"
@@ -43,6 +44,7 @@ typedef struct _PSDocumentClass PSDocumentClass;
 struct _PSDocument {
   GObject object;
 
+  GtkWidget *target_window;
   GdkWindow *pstarget;
   GdkPixmap *bpixmap;
   long message_window;          /* Used by ghostview to receive messages from app */
@@ -57,7 +59,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 +72,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 */
 };