From aa2684341170424783f9937d8fe441fb3984d825 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 30 Jun 2009 13:02:23 +0000 Subject: Improve bitmap plotter API svn path=/trunk/netsurf/; revision=8195 --- amiga/plotters.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'amiga/plotters.h') diff --git a/amiga/plotters.h b/amiga/plotters.h index 676493719..a03b5eff1 100755 --- a/amiga/plotters.h +++ b/amiga/plotters.h @@ -35,11 +35,9 @@ bool ami_text(int x, int y, const struct css_style *style, 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 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,struct content *content); + bitmap_flags_t flags); bool ami_group_start(const char *name); bool ami_group_end(void); bool ami_flush(void); -- cgit v1.2.3