summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/form.h b/render/form.h
index bb4dd8bee..013cb30ed 100644
--- a/render/form.h
+++ b/render/form.h
@@ -59,6 +59,7 @@ struct form_control {
struct box *caret_inline_container;
struct box *caret_text_box;
int caret_char_offset;
+ int caret_pixel_offset;
unsigned int maxlength;
bool selected;
union {