summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
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;