From 86232d72a6709243136496770aade7c4d47ef28a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 14 Jul 2009 10:03:58 +0000 Subject: next round of plotter refactor svn path=/trunk/netsurf/; revision=8512 --- desktop/plot_style.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/plot_style.h') diff --git a/desktop/plot_style.h b/desktop/plot_style.h index 9de9cbf97..8c10af0fa 100644 --- a/desktop/plot_style.h +++ b/desktop/plot_style.h @@ -91,6 +91,8 @@ extern plot_style_t *plot_style_stroke_yellow; extern plot_style_t *plot_style_caret; extern plot_style_t *plot_style_stroke_history; extern plot_style_t *plot_style_fill_wbasec; +extern plot_style_t *plot_style_fill_darkwbasec; +extern plot_style_t *plot_style_fill_lightwbasec; extern plot_style_t *plot_style_fill_wblobc; extern plot_style_t *plot_style_stroke_wblobc; extern plot_style_t *plot_style_stroke_darkwbasec; -- cgit v1.2.3