summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h4
1 files changed, 1 insertions, 3 deletions
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);