]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps-document.h
Updated Czech translation.
[evince.git] / ps / ps-document.h
index 23392299cf2f05c8a5903dba4cf416811f195e67..7ecad2918bab6351f2f3f1106af0fec8cb7a2973 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;
@@ -75,6 +76,8 @@ struct _PSDocument {
   int *ps_export_pagelist;
   char *ps_export_filename;
 
+  GtkGSOrientation orientation;
+
   const gchar *gs_status;       /* PSDocument status */
 };