From bf1affe76bc60a964f7ed3772c46374fab9b671e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 5 Apr 2010 21:53:31 +0000 Subject: Port to new content API svn path=/trunk/netsurf/; revision=10244 --- riscos/artworks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/artworks.h') 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 -- cgit v1.2.3