From eddae6af0663243a2677674d501f9a87d55798f5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 30 Jun 2011 15:48:07 +0000 Subject: Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543 --- render/form.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/form.h') 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, -- cgit v1.2.3