From 2d157857e182d1e3bbea2afcf7b547e600b4bf54 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 2 Feb 2015 18:28:21 +0000 Subject: Revert shared pens support to previously-working state --- amiga/plotters.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'amiga/plotters.h') diff --git a/amiga/plotters.h b/amiga/plotters.h index a6087d1e1..f286b98c5 100644 --- a/amiga/plotters.h +++ b/amiga/plotters.h @@ -22,6 +22,8 @@ #include #include +struct IBox; + struct gui_globals { struct BitMap *bm; @@ -30,7 +32,7 @@ struct gui_globals APTR areabuf; APTR tmprasbuf; struct Rectangle rect; - struct MinList *shared_pens; /**\todo move this to gui_window_2 */ + struct MinList *shared_pens; }; extern const struct plotter_table amiplot; -- cgit v1.2.3