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 --- atari/plot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atari/plot.h') diff --git a/atari/plot.h b/atari/plot.h index 7be7d6aa3..02d9f37a9 100755 --- a/atari/plot.h +++ b/atari/plot.h @@ -24,6 +24,8 @@ struct rect; +extern const struct plotter_table atari_plotters; + int atari_plotter_init( char*, char * ); int atari_plotter_finalise( void ); void plot_set_knockout( int set ); -- cgit v1.2.3