From 61294f493e43dd273d7bc06eacf0b3f16baeb5c8 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 17 Aug 2008 16:22:40 +0000 Subject: Close fonts properly and default back to initial RastPort font. svn path=/trunk/netsurf/; revision=5136 --- amiga/plotters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/plotters.h') diff --git a/amiga/plotters.h b/amiga/plotters.h index 3de1b497d..0ed18c5ee 100755 --- a/amiga/plotters.h +++ b/amiga/plotters.h @@ -36,10 +36,10 @@ bool ami_disc(int x, int y, int radius, colour c, bool filled); bool ami_arc(int x, int y, int radius, int angle1, int angle2, colour c); bool ami_bitmap(int x, int y, int width, int height, - struct bitmap *bitmap, colour bg); + struct bitmap *bitmap, colour bg,struct content *content); bool ami_bitmap_tile(int x, int y, int width, int height, struct bitmap *bitmap, colour bg, - bool repeat_x, bool repeat_y); + bool repeat_x, bool repeat_y,struct content *content); bool ami_group_start(const char *name); bool ami_group_end(void); bool ami_flush(void); -- cgit v1.2.3