diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-12-08 05:56:41 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-12-08 05:56:41 +0100 |
commit | 9fe76b3d9c643c48c0e05c75b93b1516dac52174 (patch) | |
tree | 27b5f40151746840eb06d8f8721abdcf4d10685c /include/fitz/shade.h | |
parent | f70650f6e5387c9493e0d14b2cf57f90e8535073 (diff) | |
download | mupdf-9fe76b3d9c643c48c0e05c75b93b1516dac52174.tar.xz |
shade loading cleanups
Diffstat (limited to 'include/fitz/shade.h')
-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 */ |