diff options
Diffstat (limited to 'gs/base/gximask.h')
-rw-r--r-- | gs/base/gximask.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gs/base/gximask.h b/gs/base/gximask.h index d1bd10285..f1d6e08f1 100644 --- a/gs/base/gximask.h +++ b/gs/base/gximask.h @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2006 Artifex Software, Inc. All Rights Reserved. - + This software is provided AS-IS with no warranty, either express or implied. @@ -33,8 +33,8 @@ typedef struct gx_device_color_s gx_device_color; typedef struct gx_clip_path_s gx_clip_path; #endif -int gx_image_fill_masked_start(gx_device *dev, const gx_device_color *pdevc, const gx_clip_path *pcpath, - gs_memory_t *mem, gx_device **cdev); +int gx_image_fill_masked_start(gx_device *dev, const gx_device_color *pdevc, const gx_clip_path *pcpath, + gs_memory_t *mem, gx_device **cdev); int gx_image_fill_masked_end(gx_device *dev, gx_device *tdev, const gx_device_color *pdevc); @@ -44,5 +44,4 @@ int gx_image_fill_masked(gx_device *dev, const gx_device_color *pdcolor, int depth, gs_logical_operation_t lop, const gx_clip_path *pcpath); - #endif /* gximask_INCLUDED */ |