diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fitz/shade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fitz/shade.h b/include/fitz/shade.h index 02a3a8f3..1b7c81c5 100644 --- a/include/fitz/shade.h +++ b/include/fitz/shade.h @@ -5,7 +5,7 @@ struct fz_shade_s int refs; fz_rect bbox; /* can be fz_infiniterect */ - fz_colorspace *colorspace; + fz_colorspace *cs; /* used by build.c -- not used in drawshade.c */ fz_matrix matrix; /* matrix from pattern dict */ |