From 9c2e6492908bf6fd750f11e524eee34add181def Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 10 Sep 2003 17:10:25 +0000 Subject: [project @ 2003-09-10 17:10:25 by bursa] Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279 --- render/html.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index cea2a7de8..b4d72f417 100644 --- a/render/html.h +++ b/render/html.h @@ -67,6 +67,7 @@ void html_remove_instance(struct content *c, struct browser_window *bw, struct content *page, struct box *box, struct object_params *params, void **state); void html_redraw(struct content *c, long x, long y, - unsigned long width, unsigned long height); + unsigned long width, unsigned long height, + long clip_x0, long clip_y0, long clip_x1, long clip_y1); #endif -- cgit v1.2.3