From 7d41e04b61162d3cb1f0032100d29ef7897b2d83 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 2 Feb 2015 18:10:43 +0000 Subject: We don't need to use P96 for RectFill --- amiga/rtg.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'amiga/rtg.h') 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 #include -/* 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, -- cgit v1.2.3