(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/graphics_protos.h>

BOOL Flood (rp , mode , x , y)

LOCATION
In GfxBase at offset 55

SYNOPSIS
struct RastPort * rp
ULONG mode
LONG x
LONG y

FUNCTION

INPUTS
RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
18.02.1999 nlorentz
Now can fill using area fill pattern
16.02.1999 nlorentz
Initial revision. Not quite finished