]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps-document.h
Release 0.1.7
[evince.git] / ps / ps-document.h
index dd5555ed6947a2d22e1c3c67e045aac53620fa6c..f7c8e92d6be94c0f7f1cc16ec602ed9c2857d831 100644 (file)
@@ -47,8 +47,6 @@ struct _PSDocument {
                                  */
   GdkGC *psgc;
 
-  GtkGSZoomMode zoom_mode;
-
   GdkPixmap *bpixmap;           /* Backing pixmap */
 
   long message_window;          /* Used by ghostview to receive messages from app */
@@ -98,15 +96,18 @@ struct _PSDocument {
   gboolean antialiased;         /* Using antialiased display */
   gboolean respect_eof;         /* respect EOF comments? */
   gint default_size;
-  gboolean override_size;
   gfloat xdpi, ydpi;
-  gboolean override_orientation;
   gint fallback_orientation;    /* Orientation to use if override */
   gint real_orientation;        /* Real orientation from the document */
 
   const gchar *gs_status;       /* PSDocument status */
 
   guint avail_w, avail_h;
+
+  int page_x_offset;
+  int page_y_offset;
+
+  gboolean scaling;
 };
 
 struct _PSDocumentClass {