summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2014-01-05 16:14:17 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2014-01-05 16:14:17 +0000
commit6bf609a1a4b313d49e5a657b2cf421c092aa1414 (patch)
tree68c20f5b2f9dbed3a270f42e22eb8c001290ee79 /render/form.h
parentb1e6c63a2f00a84c1774d7a5165a7518d8bd7b4d (diff)
downloadnetsurf-6bf609a1a4b313d49e5a657b2cf421c092aa1414.tar.gz
netsurf-6bf609a1a4b313d49e5a657b2cf421c092aa1414.tar.bz2
Support image inputs
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/render/form.h b/render/form.h
index e65206d33..78211ee19 100644
--- a/render/form.h
+++ b/render/form.h
@@ -134,6 +134,11 @@ struct form_option {
struct form_option* next;
};
+struct image_input_coords {
+ int x;
+ int y;
+};
+
/**
* Called by the select menu when it wants an area to be redrawn. The
* coordinates are menu origin relative.