summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-03-22 18:45:20 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-03-22 18:45:20 +0000
commitbd663be92766de17e5dbef62ae98ca0cbb26cc7c (patch)
tree7fdfb5f9fc6d4c55888d59d8164981c772e45906 /amiga/plotters.h
parent9faef114ec589182d941c1b563887c4950e22730 (diff)
downloadnetsurf-bd663be92766de17e5dbef62ae98ca0cbb26cc7c.tar.gz
netsurf-bd663be92766de17e5dbef62ae98ca0cbb26cc7c.tar.bz2
Apparently setting pens is a strangely complex process, so avoid it.
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 841700e4a..c6744740f 100644
--- a/amiga/plotters.h
+++ b/amiga/plotters.h
@@ -34,6 +34,8 @@ struct gui_globals
struct Rectangle rect;
struct MinList *shared_pens;
bool palette_mapped;
+ ULONG apen;
+ ULONG open;
int width; /* size of bm and */
int height; /* associated memory */
};