(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/gfx.h>
#include <proto/graphics.h>
void FreeBitMap (bm)
LOCATION
In GfxBase at offset 154
SYNOPSIS
struct BitMap * bm
FUNCTION
Returns the memory occupied by the BitMap to the system.
INPUTS
bm
The result of AllocBitMap(). Must be non-NULL.
RESULT
None.
EXAMPLE
SEE ALSO
AllocBitMap(), AllocRaster(), FreeRaster()
NOTES
BUGS
INTERNALS
HISTORY
06.01.1999 nlorentz
Bugfix: Let driver take care of freeing if (bitmap->Flags & BMF_AROS_DISPLAYED)
20.10.1998 hkiel
Amiga Research OS
13.03.1997 digulla
Several new functions