summaryrefslogtreecommitdiff
path: root/image/png.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-10-17 21:37:01 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-10-17 21:37:01 +0000
commitdcfd2dffe2a012aff1a2eefbd624c342a5be35d9 (patch)
tree76d1448e0b14625dd3bafa1e6153be07b213e5cc /image/png.h
parenta3cd08929ae24ab9acd097584d050bdf9e78cb2b (diff)
downloadnetsurf-dcfd2dffe2a012aff1a2eefbd624c342a5be35d9.tar.gz
netsurf-dcfd2dffe2a012aff1a2eefbd624c342a5be35d9.tar.bz2
[project @ 2004-10-17 21:37:01 by jmb]
Fixup to use plotters. Someone please fix the png bug. ta ;) svn path=/import/netsurf/; revision=1321
Diffstat (limited to 'image/png.h')
-rw-r--r--image/png.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/image/png.h b/image/png.h
index 5cf0eb3c1..08232267a 100644
--- a/image/png.h
+++ b/image/png.h
@@ -23,5 +23,9 @@ bool nspng_create(struct content *c, const char *params[]);
bool nspng_process_data(struct content *c, char *data, unsigned int size);
bool nspng_convert(struct content *c, int width, int height);
void nspng_destroy(struct content *c);
+bool nspng_redraw(struct content *c, int x, int y,
+ int width, int height,
+ int clip_x0, int clip_y0, int clip_x1, int clip_y1,
+ float scale, unsigned long background_colour);
#endif