diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-10-21 10:51:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-10-21 10:51:08 +0200 |
commit | ded124f1cc463bac9e076146a4ffb77b8a370e0c (patch) | |
tree | c1b35fe12bd14ed507294b185587b428a92bcbef /include/fitz/scanconv.h | |
parent | 730cf84f6323b977bf7bcde1557d1803a16ad855 (diff) | |
download | mupdf-ded124f1cc463bac9e076146a4ffb77b8a370e0c.tar.xz |
rewrote resource dict handling
Diffstat (limited to 'include/fitz/scanconv.h')
-rw-r--r-- | include/fitz/scanconv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fitz/scanconv.h b/include/fitz/scanconv.h index 794b9ba2..057153c4 100644 --- a/include/fitz/scanconv.h +++ b/include/fitz/scanconv.h @@ -39,7 +39,7 @@ void fz_advanceael(fz_ael *ael); void fz_freeael(fz_ael *ael); fz_error *fz_scanconvert(fz_gel *gel, fz_ael *ael, int eofill, int y0, int y1, - void (*blitfunc)(int,int,int,short*,void*), void *blitdata); + void (*blitfunc)(int,int,int,unsigned char*,void*), void *blitdata); fz_error *fz_fillpath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness); fz_error *fz_strokepath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness); |