summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
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;