From fe7921a387c5a71c8ecba7bb605679b7dab4b86f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 13 Feb 2011 22:25:11 +0000 Subject: Pass clip rect as struct through content_redraw api. Update the front ends to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670 --- render/html.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index 9a82b3a03..324e795f0 100644 --- a/render/html.h +++ b/render/html.h @@ -209,8 +209,7 @@ void html_redraw_a_box(struct hlcache_handle *h, struct box *box); /* in render/html_redraw.c */ bool html_redraw(struct content *c, int x, int y, - int width, int height, - int clip_x0, int clip_y0, int clip_x1, int clip_y1, + int width, int height, struct rect *clip, float scale, colour background_colour); /* in render/html_interaction.c */ -- cgit v1.2.3