summaryrefslogtreecommitdiff
path: root/riscos/artworks.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-05 21:53:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-05 21:53:31 +0000
commitbf1affe76bc60a964f7ed3772c46374fab9b671e (patch)
treee5c6c22667308c4b663b52566cbef689fc3b9efd /riscos/artworks.h
parent2748fe4f6483f8cfb3c4f91a01e8d897b7d1ac47 (diff)
downloadnetsurf-bf1affe76bc60a964f7ed3772c46374fab9b671e.tar.gz
netsurf-bf1affe76bc60a964f7ed3772c46374fab9b671e.tar.bz2
Port to new content API
svn path=/trunk/netsurf/; revision=10244
Diffstat (limited to 'riscos/artworks.h')
-rw-r--r--riscos/artworks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/artworks.h b/riscos/artworks.h
index 0c5174d09..1f88b5007 100644
--- a/riscos/artworks.h
+++ b/riscos/artworks.h
@@ -38,11 +38,12 @@ struct content_artworks_data {
size_t size;
};
-bool artworks_convert(struct content *c, int width, int height);
+bool artworks_convert(struct content *c);
void artworks_destroy(struct content *c);
bool artworks_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, colour background_colour);
+bool artworks_clone(const struct content *old, struct content *new_content);
#endif