summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/form.h b/render/form.h
index 535b91942..e2f9f63b6 100644
--- a/render/form.h
+++ b/render/form.h
@@ -161,7 +161,8 @@ void form_select_menu_callback(void *client_data,
int x, int y, int width, int height);
void form_free_select_menu(struct form_control *control);
bool form_redraw_select_menu(struct form_control *control, int x, int y,
- float scale, const struct rect *clip);
+ float scale, const struct rect *clip,
+ const struct redraw_context *ctx);
bool form_clip_inside_select_menu(struct form_control *control, float scale,
const struct rect *clip);
const char *form_select_mouse_action(struct form_control *control,