summaryrefslogtreecommitdiff
path: root/gs/base
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2015-07-02 07:40:11 -0600
committerHenry Stiles <henry.stiles@artifex.com>2015-07-02 07:40:11 -0600
commit04859e2ea30608d0ae8a4b844dac2f7ea36cbb82 (patch)
treed669a9e2c7e5fde1e9f7eb787a5721fff9defa7b /gs/base
parent8563e28b346f50cef8ee30dafba8a39b9af55e20 (diff)
downloadghostpdl-04859e2ea30608d0ae8a4b844dac2f7ea36cbb82.tar.gz
A little better documentation for "MarginsHWResolution".
Diffstat (limited to 'gs/base')
-rw-r--r--gs/base/gxdevcli.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gs/base/gxdevcli.h b/gs/base/gxdevcli.h
index 011ee1a9b..c337c561c 100644
--- a/gs/base/gxdevcli.h
+++ b/gs/base/gxdevcli.h
@@ -747,7 +747,9 @@ typedef struct gdev_space_params_s {
float ImagingBBox[4]; /* imageable region in points */\
bool ImagingBBox_set;\
float HWResolution[2]; /* resolution, dots per inch */\
- float MarginsHWResolution[2]; /* resolution for Margins */\
+ float MarginsHWResolution[2]; /* resolution for Margins. The pagedevice */\
+ /* documentation implies these units might be */\
+ /* different than the physical device units. */\
float Margins[2]; /* offset of physical page corner */\
/* from device coordinate (0,0), */\
/* in units given by MarginsHWResolution */\