(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
void DeinitRastPort (rp)
LOCATION
In GfxBase at offset 179
SYNOPSIS
struct RastPort * rp
FUNCTION
Frees the contents of a RastPort structure. The structure itself is not freed.
INPUTS
rp
The RastPort which contents are to be freed.
RESULT
None.
EXAMPLE
SEE ALSO
InitRastPort()
NOTES
You can initialize the RastPort again via InitRastPort() but you must not use any other graphics function with it before that.
BUGS
INTERNALS
HISTORY