From c8caf08ef16297379754d4a70e80cef3a0fde820 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 25 Apr 2015 13:13:30 +0100 Subject: As the content interface is now doing the scaling, we render to a native BitMap and then copy that to the RGBA32 bitmap buffer without re-scaling. The native BitMap is currently discarded and will be re-created when it is displayed. --- amiga/plotters.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga/plotters.h') 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; -- cgit v1.2.3