summaryrefslogtreecommitdiff
path: root/base/gxgstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxgstate.h')
-rw-r--r--base/gxgstate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/gxgstate.h b/base/gxgstate.h
index 593412f8f..b1ce6a088 100644
--- a/base/gxgstate.h
+++ b/base/gxgstate.h
@@ -285,6 +285,9 @@ struct gs_gstate_s {
gs_matrix ctm_default;
bool ctm_default_set; /* if true, use ctm_default; */
/* if false, ask device */
+ gs_matrix ctm_initial; /* The value of the device initial matrix at the time the default was set. */
+ bool ctm_initial_set; /* if true, modification set. If not, assume identity. */
+
/* Paths: */
gx_path *path;