From d577a48bb7cce5f88904e86499906ade86809d8a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 5 Aug 2012 11:28:48 +0100 Subject: Abstract pen obtain/release and structure so we can add these to a physical browser window's list --- 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 c3f816dca..94dfaee6e 100755 --- a/amiga/plotters.h +++ b/amiga/plotters.h @@ -33,6 +33,7 @@ struct gui_globals APTR areabuf; APTR tmprasbuf; struct Rectangle rect; + struct MinList *shared_pens; #ifdef NS_AMIGA_CAIRO cairo_surface_t *surface; cairo_t *cr; @@ -63,6 +64,7 @@ bool ami_path(const float *p, unsigned int n, colour fill, float width, void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height); void ami_free_layers(struct gui_globals *gg); void ami_clearclipreg(struct gui_globals *gg); +void ami_plot_release_pens(struct MinList *shared_pens); struct gui_globals *glob; #endif -- cgit v1.2.3