Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps
diff options
context:
space:
mode:
Diffstat (limited to 'ps')
-rw-r--r--ps/ps-document.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ps/ps-document.c b/ps/ps-document.c
index 848d1a7..fb1dd3d 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();