diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1998-07-23 03:44:29 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1998-07-23 03:44:29 +0000 |
commit | 8e2c12846f50a4e57e0c9acf2c43576b1bc58a46 (patch) | |
tree | 54d02a666e6c427acb32dd2647c15953aeeea16d /pcl/pglfill.c | |
parent | 8660200298abe2351379479d7b4e4d761af8c9ff (diff) |
This commit was generated by cvs2svn to compensate for changes in r112,
which included commits to RCS files with non-trunk default branches.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@113 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pcl/pglfill.c')
-rw-r--r-- | pcl/pglfill.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcl/pglfill.c b/pcl/pglfill.c index 70a4ad6af..8dcfa8eb1 100644 --- a/pcl/pglfill.c +++ b/pcl/pglfill.c @@ -12,6 +12,7 @@ #include "pginit.h" #include "pggeom.h" #include "pgdraw.h" +#include "pgmisc.h" /* AC [x,y]; Anchor corner for fill offsets, not that this is different than the anchor corner of the pcl picture frame. */ @@ -26,7 +27,7 @@ hpgl_AC(hpgl_args_t *pargs, hpgl_state_t *pgls) } /* draw the current path */ - hpgl_draw_current_path(pgls, hpgl_rm_vector); + hpgl_call(hpgl_draw_current_path(pgls, hpgl_rm_vector)); pgls->g.anchor_corner.x = x; pgls->g.anchor_corner.y = y; |