From 5ce8f0baf1af7ce119c0c3c5b4d32934a1d95a0a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 23 May 2020 23:33:52 +0100 Subject: make text selection context an opaque interface --- content/handlers/html/redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/html/redraw.c') diff --git a/content/handlers/html/redraw.c b/content/handlers/html/redraw.c index 08a284b57..9807512b9 100644 --- a/content/handlers/html/redraw.c +++ b/content/handlers/html/redraw.c @@ -1148,7 +1148,7 @@ static bool html_redraw_text_box(const html_content *html, struct box *box, scale, excluded, (struct content *)html, - &html->sel, + html->sel, ctx)) return false; -- cgit v1.2.3