summaryrefslogtreecommitdiff
path: root/base/gstype1.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/gstype1.c')
-rw-r--r--base/gstype1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gstype1.c b/base/gstype1.c
index d9d87ce0a..c8028e64d 100644
--- a/base/gstype1.c
+++ b/base/gstype1.c
@@ -24,7 +24,7 @@
#include "gxfixed.h"
#include "gxmatrix.h"
#include "gxcoord.h"
-#include "gxistate.h"
+#include "gxgstate.h"
#include "gxpath.h"
#include "gxfont.h"
#include "gxfont1.h"
@@ -138,7 +138,7 @@ gs_type1_interpret(gs_type1_state * pcis, const gs_glyph_data_t *pgd,
break;
case 0:
gs_type1_finish_init(pcis); /* sets origin */
- code = t1_hinter__set_mapping(h, &pcis->pis->ctm,
+ code = t1_hinter__set_mapping(h, &pcis->pgs->ctm,
&pfont->FontMatrix, &pfont->base->FontMatrix,
pcis->scale.x.log2_unit, pcis->scale.x.log2_unit,
pcis->scale.x.log2_unit - pcis->log2_subpixels.x,
@@ -307,7 +307,7 @@ gs_type1_interpret(gs_type1_state * pcis, const gs_glyph_data_t *pgd,
code = t1_hinter__endglyph(h);
if (code < 0)
return code;
- code = gx_setcurrentpoint_from_path(pcis->pis, pcis->path);
+ code = gx_setcurrentpoint_from_path(pcis->pgs, pcis->path);
if (code < 0)
return code;
} else {