summaryrefslogtreecommitdiff
path: root/frontends/amiga/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/plotters.h')
-rw-r--r--frontends/amiga/plotters.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontends/amiga/plotters.h b/frontends/amiga/plotters.h
index 4d2dc660c..ed89916e7 100644
--- a/frontends/amiga/plotters.h
+++ b/frontends/amiga/plotters.h
@@ -77,6 +77,14 @@ void ami_plot_ra_free(struct gui_globals *gg);
struct BitMap *ami_plot_ra_get_bitmap(struct gui_globals *gg);
/**
+ * Get size of BitMap associated with a render area
+ * \param gg render area
+ * \param width updated to BitMap width
+ * \param height updated to BitMap height
+ */
+void ami_plot_ra_get_size(struct gui_globals *gg, int *width, int *height);
+
+/**
* Set a list of shared pens for a render area to use
* Only relevant for palette-mapped screens
* \param gg render area