(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/gfx.h>
#include <proto/graphics.h>
void FreeRaster (p , width , height)
LOCATION
In GfxBase at offset 83
SYNOPSIS
PLANEPTR p
ULONG width
ULONG height
FUNCTION
Free the single bitplane allocated by AllocRaster().
INPUTS
p
The result of AllocRaster(). Must be non-NULL.
width, height
The size of the bitplane as passed to AllocRaster().
RESULT
The memory occupied by the bitplane will be returned to the system.
EXAMPLE
SEE ALSO
AllocRaster(), AllocBitMap(), FreeBitMap()
NOTES
BUGS
INTERNALS
HISTORY