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=4e98bb0cf26487d84baf482bb75dcea8b8db465a;hp=fb58ca4b89fda3b288525644f5d8b3cd5c7e11ef;hpb=44eab3deb5f1a748d95bd250841cfd500085a48f;p=evince.git diff --git a/ps/ps-document.h b/ps/ps-document.h index fb58ca4b..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,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 {