From 5a6bb392184decd72779ea93c4e0ecc492b3d77f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 28 Jun 2021 20:11:46 +0100 Subject: Revert "Amiga: do not force 32-bit bitmaps" This reverts commit 793f514220c15c6bb1b0db31bf0b6d0cfea0fc7b. --- frontends/amiga/plotters.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/amiga/plotters.h') diff --git a/frontends/amiga/plotters.h b/frontends/amiga/plotters.h index 8fadbe200..94259234b 100644 --- a/frontends/amiga/plotters.h +++ b/frontends/amiga/plotters.h @@ -37,10 +37,11 @@ bool ami_plot_screen_is_palettemapped(void); * Alloc a plotter render area * \param width of render bitmap * \param height of render bitmap + * \param force32bit allocate a 32-bit bitmap even if this does not match the screen * \param alloc_pen_list set to false to use own pen list (eg. if multiple pen lists will be required) * \returns pointer to render area */ -struct gui_globals *ami_plot_ra_alloc(ULONG width, ULONG height, bool alloc_pen_list); +struct gui_globals *ami_plot_ra_alloc(ULONG width, ULONG height, bool force32bit, bool alloc_pen_list); /** * Free a plotter render area -- cgit v1.2.3