From 0b35db03b4ec45bc97d81c3f45a79f052ceaaacc Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 6 Jul 2008 18:23:04 +0200 Subject: Added support for prefixing filenames when doing pixmap debugging. --- include/fitz/base_pixmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fitz') diff --git a/include/fitz/base_pixmap.h b/include/fitz/base_pixmap.h index 3e3f055e..dab22c45 100644 --- a/include/fitz/base_pixmap.h +++ b/include/fitz/base_pixmap.h @@ -18,7 +18,7 @@ fz_error *fz_newpixmapwithrect(fz_pixmap **mapp, fz_irect bbox, int n); fz_error *fz_newpixmap(fz_pixmap **mapp, int x, int y, int w, int h, int n); fz_error *fz_newpixmapcopy(fz_pixmap **pixp, fz_pixmap *old); -void fz_debugpixmap(fz_pixmap *map); +void fz_debugpixmap(fz_pixmap *map, char *prefix); void fz_clearpixmap(fz_pixmap *map); void fz_droppixmap(fz_pixmap *map); -- cgit v1.2.3