diff options
author | Ray Johnston <ray.johnston@artifex.com> | 2000-02-15 21:22:24 +0000 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 2000-02-15 21:22:24 +0000 |
commit | 04b16daebf65bea030e68cd842de0bea5069f358 (patch) | |
tree | ef44e8d14ba42aaf4c22a2eecffbd0270036c265 /gs/src/gsimage.h | |
parent | 513c38909362a9d38d77777e353742fc3b609a73 (diff) |
Update to Aladdin 6.0 - Files with changes other than license block.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1088 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src/gsimage.h')
-rw-r--r-- | gs/src/gsimage.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gs/src/gsimage.h b/gs/src/gsimage.h index d9522f48b..2ecdb7843 100644 --- a/gs/src/gsimage.h +++ b/gs/src/gsimage.h @@ -1,6 +1,7 @@ -/* Copyright (C) 1992, 1995, 1996, 1998, 1999 Aladdin Enterprises. All rights reserved. - * This software is licensed to a single customer by Artifex Software Inc. - * under the terms of a specific OEM agreement. +/* Copyright (C) 1992, 1995, 1996, 1998, 1999, 2000 Aladdin Enterprises. All rights reserved. + + This software is licensed to a single customer by Artifex Software Inc. + under the terms of a specific OEM agreement. */ /*$RCSfile$ $Revision$ */ @@ -109,7 +110,7 @@ typedef struct gx_image_enum_common_s gx_image_enum_common_t; #endif int gs_image_begin_typed(P4(const gs_image_common_t * pic, gs_state * pgs, - bool uses_color, gx_image_enum_common_t ** ppie)); + bool uses_color, gx_image_enum_common_t ** ppie)); typedef struct gs_image_enum_s gs_image_enum; gs_image_enum *gs_image_enum_alloc(P2(gs_memory_t *, client_name_t)); @@ -156,15 +157,15 @@ const byte *gs_image_planes_wanted(P1(gs_image_enum *penum)); * details. * * plane_data[] is an array of size num_planes of gs_const_string type - * which contains the pointer and the length for each. + * which contains the pointer and the length for each. * used[] is also of size num_planes and will be set to the number of - * bytes consumed for each plane. + * bytes consumed for each plane. * * The amount of data available for a plane (i.e., the size of a * plane_data[] element) can be 0 in order to provide data for a single * plane or only some of the planes. Note that if data is retained, * it is not "consumed": e.g., if all of the data for a given plane is - * returned, used[] for that plane will be set to 0. + * retained, used[] for that plane will be set to 0. * * Returns 1 if end of image, < 0 error code, otherwise 0. In any case, * stores pointers to the retained strings into plane_data[]. Note that |