summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-10-22 20:58:11 +0000
committerJames Bursa <james@netsurf-browser.org>2004-10-22 20:58:11 +0000
commitda5d07f0bebb22b5d72bc9ccf8f3c04bd08f87b6 (patch)
treec0efdc050b0d82fe54fe835db6cd7e5d9938ce83 /render/form.h
parentefbb5167a3239af1be3b3161bf488aa89568717f (diff)
downloadnetsurf-da5d07f0bebb22b5d72bc9ccf8f3c04bd08f87b6.tar.gz
netsurf-da5d07f0bebb22b5d72bc9ccf8f3c04bd08f87b6.tar.bz2
[project @ 2004-10-22 20:58:11 by bursa]
Fix form textarea scrolling. The scrollbar now works properly. svn path=/import/netsurf/; revision=1334
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h2
1 files changed, 1 insertions, 1 deletions
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;