summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-07-13 13:20:26 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-07-13 13:20:26 +0000
commit9c918930289b18dbfd4bb44081891d5780105bfd (patch)
tree372de7dbf3d8393550e46ab1f8de6e9a97cf2140 /render/html.h
parent1832155b7c64e0a977541930fc78f47bbd675ab2 (diff)
downloadnetsurf-9c918930289b18dbfd4bb44081891d5780105bfd.tar.gz
netsurf-9c918930289b18dbfd4bb44081891d5780105bfd.tar.bz2
Fix selection for non-gui browser windows (iframes).
Selection no longer uses current_redraw_browser. Fix long-standing selection bugs on platforms that use action on release behaviour. svn path=/trunk/netsurf/; revision=12598
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.h b/render/html.h
index ba55a6cdd..f137a83f1 100644
--- a/render/html.h
+++ b/render/html.h
@@ -159,6 +159,7 @@ bool text_redraw(const char *utf8_text, size_t utf8_len,
int height,
float scale,
bool excluded,
+ const struct selection *sel,
const struct redraw_context *ctx);
xmlDoc *html_get_document(struct hlcache_handle *h);