summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-06-27 21:37:37 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-06-27 21:37:37 +0000
commit6f215b1f029e144d98bf39f19e5d142d52621ac7 (patch)
tree0f4ef98ed87ccaa85fd04d60644c75dafa04a678 /content/content_protected.h
parenta06bde0232baf7f3253c9c800136dd1f19156682 (diff)
downloadnetsurf-6f215b1f029e144d98bf39f19e5d142d52621ac7.tar.gz
netsurf-6f215b1f029e144d98bf39f19e5d142d52621ac7.tar.bz2
Enable content redraw request without hlcache_handle.
svn path=/trunk/netsurf/; revision=12518
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h2
1 files changed, 2 insertions, 0 deletions
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);