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 --- windows/plot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'windows/plot.h') diff --git a/windows/plot.h b/windows/plot.h index dc0ac0386..044f4be47 100644 --- a/windows/plot.h +++ b/windows/plot.h @@ -18,6 +18,8 @@ #include #include "desktop/gui.h" + +extern const struct plotter_table win_plotters; extern HDC plot_hdc; -- cgit v1.2.3