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 --- cocoa/plotter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cocoa/plotter.h') diff --git a/cocoa/plotter.h b/cocoa/plotter.h index fbcbc4615..8a26e5246 100644 --- a/cocoa/plotter.h +++ b/cocoa/plotter.h @@ -23,6 +23,8 @@ #import "desktop/plot_style.h" #import "cocoa/coordinates.h" +extern const struct plotter_table cocoa_plotters; + NSColor *cocoa_convert_colour( colour clr ); void cocoa_update_scale_factor( void ); -- cgit v1.2.3