summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-02 18:28:21 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-02 18:28:21 +0000
commit2d157857e182d1e3bbea2afcf7b547e600b4bf54 (patch)
tree0f2133c7316aaf273ec3364c3bcd4ad61fbce21b /amiga/plotters.h
parent7d41e04b61162d3cb1f0032100d29ef7897b2d83 (diff)
downloadnetsurf-2d157857e182d1e3bbea2afcf7b547e600b4bf54.tar.gz
netsurf-2d157857e182d1e3bbea2afcf7b547e600b4bf54.tar.bz2
Revert shared pens support to previously-working state
Diffstat (limited to 'amiga/plotters.h')
-rw-r--r--amiga/plotters.h4
1 files changed, 3 insertions, 1 deletions
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 <proto/layers.h>
#include <proto/graphics.h>
+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;