From 6e04b361b242a8c50ad4e5c7f757a00b167e27e3 Mon Sep 17 00:00:00 2001 From: stevenhoefel Date: Fri, 13 Jan 2017 12:17:36 +1100 Subject: DIRECTOR: Implement Shape Patterns and Borders for D3. --- graphics/macgui/macwindowmanager.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/macgui/macwindowmanager.h') diff --git a/graphics/macgui/macwindowmanager.h b/graphics/macgui/macwindowmanager.h index d359369415..8f04861b68 100644 --- a/graphics/macgui/macwindowmanager.h +++ b/graphics/macgui/macwindowmanager.h @@ -70,9 +70,10 @@ struct MacPlotData { MacPatterns *patterns; uint fillType; int thickness; + uint bgColor; - MacPlotData(Graphics::ManagedSurface *s, MacPatterns *p, int f, int t) : - surface(s), patterns(p), fillType(f), thickness(t) { + MacPlotData(Graphics::ManagedSurface *s, MacPatterns *p, int f, int t, uint bg = kColorWhite) : + surface(s), patterns(p), fillType(f), thickness(t), bgColor(bg) { } }; -- cgit v1.2.3