summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-20 17:29:35 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-20 17:29:35 +0100
commit33d225213dac1217a86c00d0e8e8ca6d7503cbb2 (patch)
tree77c4f72456aea454ad81f3d774479efba29018f9 /fitz/fitz.h
parentabfe2842c2c9469988a83221c8d92fafa3195f40 (diff)
downloadmupdf-33d225213dac1217a86c00d0e8e8ca6d7503cbb2.tar.xz
Revert "Bitmap 'patch' scaling."
This reverts commit 08e84b18e5c1dbe8f3d32dd0aeb4b4c43debce9f.
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 49db7dc2..3971f24c 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -953,7 +953,7 @@ void fz_invert_pixmap(fz_pixmap *pix);
void fz_gamma_pixmap(fz_pixmap *pix, float gamma);
unsigned int fz_pixmap_size(fz_pixmap *pix);
-fz_pixmap *fz_scale_pixmap(fz_context *ctx, fz_pixmap *src, float x, float y, float w, float h, fz_bbox *clip);
+fz_pixmap *fz_scale_pixmap(fz_context *ctx, fz_pixmap *src, float x, float y, float w, float h);
void fz_write_pnm(fz_context *ctx, fz_pixmap *pixmap, char *filename);
void fz_write_pam(fz_context *ctx, fz_pixmap *pixmap, char *filename, int savealpha);