summaryrefslogtreecommitdiff
path: root/amiga/rtg.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-02 18:10:43 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-02 18:10:43 +0000
commit7d41e04b61162d3cb1f0032100d29ef7897b2d83 (patch)
tree5587b322d516c96049105e923be95fbfa9a663e3 /amiga/rtg.h
parent54a966f6ff1b2d09d3db94560b67a2343e8684e1 (diff)
downloadnetsurf-7d41e04b61162d3cb1f0032100d29ef7897b2d83.tar.gz
netsurf-7d41e04b61162d3cb1f0032100d29ef7897b2d83.tar.bz2
We don't need to use P96 for RectFill
Diffstat (limited to 'amiga/rtg.h')
-rw-r--r--amiga/rtg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/amiga/rtg.h b/amiga/rtg.h
index 9d9e9a41f..72f5bf38b 100644
--- a/amiga/rtg.h
+++ b/amiga/rtg.h
@@ -25,12 +25,10 @@
#include <proto/graphics.h>
#include <proto/Picasso96API.h>
-/* Wrappers for Alloc/FreeBitMap and RectFill */
+/* Wrappers for Alloc/FreeBitMap */
struct BitMap *ami_rtg_allocbitmap(ULONG width, ULONG height, ULONG depth,
ULONG flags, struct BitMap *friend, RGBFTYPE format);
void ami_rtg_freebitmap(struct BitMap *bm);
-void ami_rtg_rectfill(struct RastPort *rp, UWORD min_x, UWORD min_y,
- UWORD max_x, UWORD max_y, ULONG colour);
/* WritePixelArray wrapper. This isn't entirely (at all) equivalent to p96WPA */
void ami_rtg_writepixelarray(UBYTE *pixdata, struct BitMap *bm,