summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-17 16:22:40 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-17 16:22:40 +0000
commit61294f493e43dd273d7bc06eacf0b3f16baeb5c8 (patch)
treec5b6bad0acc77bf9d039a6d62b3ba4cd30e3d681 /amiga/plotters.h
parentf71f8f82a1ef0878e622cf8a74d010e9c1a2c69d (diff)
downloadnetsurf-61294f493e43dd273d7bc06eacf0b3f16baeb5c8.tar.gz
netsurf-61294f493e43dd273d7bc06eacf0b3f16baeb5c8.tar.bz2
Close fonts properly and default back to initial RastPort font.
svn path=/trunk/netsurf/; revision=5136
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h4
1 files changed, 2 insertions, 2 deletions
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);