summaryrefslogtreecommitdiff
path: root/frontends/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2021-06-28 20:11:46 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2021-06-28 20:11:46 +0100
commit5a6bb392184decd72779ea93c4e0ecc492b3d77f (patch)
treeeb17c5fd876b98b7df4efd9a0831de9feeb74565 /frontends/amiga/plotters.h
parent793f514220c15c6bb1b0db31bf0b6d0cfea0fc7b (diff)
downloadnetsurf-5a6bb392184decd72779ea93c4e0ecc492b3d77f.tar.gz
netsurf-5a6bb392184decd72779ea93c4e0ecc492b3d77f.tar.bz2
Revert "Amiga: do not force 32-bit bitmaps"
This reverts commit 793f514220c15c6bb1b0db31bf0b6d0cfea0fc7b.
Diffstat (limited to 'frontends/amiga/plotters.h')
-rw-r--r--frontends/amiga/plotters.h3
1 files changed, 2 insertions, 1 deletions
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