summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */\