]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps-document.h
Release 0.1.7
[evince.git] / ps / ps-document.h
index fb58ca4b89fda3b288525644f5d8b3cd5c7e11ef..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,9 +96,7 @@ 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 */
 
@@ -110,6 +106,8 @@ struct _PSDocument {
 
   int page_x_offset;
   int page_y_offset;
+
+  gboolean scaling;
 };
 
 struct _PSDocumentClass {