X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2Fps-document.h;h=f7c8e92d6be94c0f7f1cc16ec602ed9c2857d831;hb=710ec65f6202732a44a010339d0770a9c0e46ed2;hp=dd5555ed6947a2d22e1c3c67e045aac53620fa6c;hpb=f53f3523ebc7a082eb8a1c046cee836b67696912;p=evince.git diff --git a/ps/ps-document.h b/ps/ps-document.h index dd5555ed..f7c8e92d 100644 --- a/ps/ps-document.h +++ b/ps/ps-document.h @@ -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 {