From 6f215b1f029e144d98bf39f19e5d142d52621ac7 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 27 Jun 2011 21:37:37 +0000 Subject: Enable content redraw request without hlcache_handle. svn path=/trunk/netsurf/; revision=12518 --- content/content_protected.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 5f8081017..180a4a0d8 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -154,6 +154,8 @@ void content_add_error(struct content *c, const char *token, void content__reformat(struct content *c, bool background, int width, int height); +void content__request_redraw(struct content *c, + int x, int y, int width, int height); bool content__set_title(struct content *c, const char *title); -- cgit v1.2.3