NAME
rectfill - Draws a solid filled rectangle. Allegro game programming
library.
SYNOPSIS
#include <allegro.h>
void rectfill(BITMAP *bmp, int x1, int y1, int x2, int y2, int color);
DESCRIPTION
Draws a solid, filled rectangle with the two points as its opposite
corners.
SEE ALSO
rect(3alleg), clear_bitmap(3alleg), drawing_mode(3alleg),
makecol(3alleg), exalpha(3alleg), excolmap(3alleg), exkeys(3alleg),
exmidi(3alleg), expat(3alleg), exscroll(3alleg), exsprite(3alleg),
exstars(3alleg), exswitch(3alleg), extrans(3alleg)