summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.h')
-rw-r--r--amiga/plotters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/plotters.h b/amiga/plotters.h
index f286b98c5..49afbe177 100644
--- a/amiga/plotters.h
+++ b/amiga/plotters.h
@@ -33,6 +33,8 @@ struct gui_globals
APTR tmprasbuf;
struct Rectangle rect;
struct MinList *shared_pens;
+ int width; /* size of bm and */
+ int height; /* associated memory */
};
extern const struct plotter_table amiplot;