From 5911578eaf4f8944ca13dc7bce90d3ed7ab35237 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 15 Jul 2003 14:37:34 +0000 Subject: [project @ 2003-07-15 14:37:34 by bursa] Implement html_redraw. svn path=/import/netsurf/; revision=218 --- render/html.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index f58d46255..e44b1958f 100644 --- a/render/html.h +++ b/render/html.h @@ -23,5 +23,7 @@ void html_add_instance(struct content *c, struct browser_window *bw, 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); #endif -- cgit v1.2.3