summaryrefslogtreecommitdiff
path: root/gs/src/gxshade4.h
diff options
context:
space:
mode:
authorIgor Melichev <igor.melichev@artifex.com>2004-02-20 15:04:59 +0000
committerIgor Melichev <igor.melichev@artifex.com>2004-02-20 15:04:59 +0000
commit3cab3d46d6e07e680c5fbab7ec0bf4c65dc6dde7 (patch)
tree82a9900cf5d42a1a20405b9e612e5916ad965679 /gs/src/gxshade4.h
parent407e3f87249a50b5fa4981c2a9663dd83acdfb27 (diff)
A new implementation of shadings, step 14.
DETAILS : This patch changes a disabled code only. Optimized the trapping emulation. EXPECTED DIFFERENCES : None. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@4788 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/gxshade4.h')
-rw-r--r--gs/src/gxshade4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/gxshade4.h b/gs/src/gxshade4.h
index 2e272550b..57a839394 100644
--- a/gs/src/gxshade4.h
+++ b/gs/src/gxshade4.h
@@ -103,7 +103,7 @@ int triangle(patch_fill_state_t *pfs,
const gs_fixed_point *p0, const gs_fixed_point *p1, const gs_fixed_point *p2,
const patch_color_t *c0, const patch_color_t *c1, const patch_color_t *c2);
-int padding(patch_fill_state_t *pfs, const gs_fixed_point pole[4],
+int padding(patch_fill_state_t *pfs, const gs_fixed_point *p0, const gs_fixed_point *p1,
const patch_color_t *c0, const patch_color_t *c1);
#endif