X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ps%2Fps-document.c;h=fb1dd3d68e6a0a6befe41e38f57c549102c52dbb;hb=6af6a1702a16376243e0ab318ae4ac121298659a;hp=848d1a7075f890939648ff9c5b2b77c812e57ebf;hpb=44eab3deb5f1a748d95bd250841cfd500085a48f;p=evince.git diff --git a/ps/ps-document.c b/ps/ps-document.c index 848d1a70..fb1dd3d6 100644 --- a/ps/ps-document.c +++ b/ps/ps-document.c @@ -272,6 +272,9 @@ ps_document_init(PSDocument * gs) gs->right_margin = 0; gs->bottom_margin = 0; + gs->page_x_offset = 0; + gs->page_y_offset = 0; + /* Set user defined defaults */ gs->override_orientation = gtk_gs_defaults_get_override_orientation(); gs->fallback_orientation = gtk_gs_defaults_get_orientation();