From da5d07f0bebb22b5d72bc9ccf8f3c04bd08f87b6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 22 Oct 2004 20:58:11 +0000 Subject: [project @ 2004-10-22 20:58:11 by bursa] Fix form textarea scrolling. The scrollbar now works properly. svn path=/import/netsurf/; revision=1334 --- render/form.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/form.h') diff --git a/render/form.h b/render/form.h index d0abd8e86..b5f57cf3c 100644 --- a/render/form.h +++ b/render/form.h @@ -58,7 +58,7 @@ struct form_control { struct box *box; struct box *caret_inline_container; struct box *caret_text_box; - unsigned int caret_box_offset, caret_form_offset; + size_t caret_box_offset, caret_form_offset; unsigned int length; int caret_pixel_offset; unsigned int maxlength; -- cgit v1.2.3