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