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 --- monkey/plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monkey/plot.c') diff --git a/monkey/plot.c b/monkey/plot.c index 539f41fbe..c93a9a8ec 100644 --- a/monkey/plot.c +++ b/monkey/plot.c @@ -83,7 +83,7 @@ monkey_plot_clip(const struct rect *clip) return true; } -struct plotter_table plot = { +const struct plotter_table monkey_plotters = { .clip = monkey_plot_clip, .arc = monkey_plot_arc, .disc = monkey_plot_disc, -- cgit v1.2.3