summaryrefslogtreecommitdiff
path: root/gs/src/gdevx.c
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1998-11-06 21:45:06 +0000
committerHenry Stiles <henry.stiles@artifex.com>1998-11-06 21:45:06 +0000
commitf7dbadc3a8567e599c613de487fe763890dc1a3a (patch)
tree7c9c1c083f5a122d85fd1ad1f8a133eb797e4914 /gs/src/gdevx.c
parentbafa5059682da214707e1c24f9ee326c5a74fea3 (diff)
downloadghostpdl-f7dbadc3a8567e599c613de487fe763890dc1a3a.tar.gz
checks in needed changes from gs5.64
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@514 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src/gdevx.c')
-rw-r--r--gs/src/gdevx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/gdevx.c b/gs/src/gdevx.c
index 74af73f88..953dd8b9d 100644
--- a/gs/src/gdevx.c
+++ b/gs/src/gdevx.c
@@ -795,7 +795,7 @@ x_output_page(gx_device * dev, int num_copies, int flush)
XNextEvent(xdev->dpy, &event);
}
}
- return 0;
+ return gx_finish_output_page(dev, num_copies, flush);
}
/* Fill a rectangle with a color. */