diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-16 08:58:17 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-16 08:58:17 +0100 |
commit | 3b425b8bf0c58e25da576ed86496171ea19240f9 (patch) | |
tree | 37d6feb715dd929392fb16fdde6cf994dfbc1397 /include/fitz/scanconv.h | |
parent | 49132f70ac40b2dc7b9a0e22b33a3964af687874 (diff) | |
download | mupdf-3b425b8bf0c58e25da576ed86496171ea19240f9.tar.xz |
removed c99-isms. improved bbox handling.
Diffstat (limited to 'include/fitz/scanconv.h')
-rw-r--r-- | include/fitz/scanconv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fitz/scanconv.h b/include/fitz/scanconv.h index 8fefe271..675d6806 100644 --- a/include/fitz/scanconv.h +++ b/include/fitz/scanconv.h @@ -29,6 +29,7 @@ struct fz_ael_s fz_error *fz_newgel(fz_gel **gelp); fz_error *fz_insertgel(fz_gel *gel, float x0, float y0, float x1, float y1); +fz_irect fz_boundgel(fz_gel *gel); void fz_resetgel(fz_gel *gel, int hs, int vs); void fz_sortgel(fz_gel *gel); void fz_dropgel(fz_gel *gel); |