From 6bf609a1a4b313d49e5a657b2cf421c092aa1414 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Jan 2014 16:14:17 +0000 Subject: Support image inputs --- render/form.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'render/form.h') 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. -- cgit v1.2.3