(C) 1998 AROS - The Amiga Research OS


NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>

void FreeRastPort (rp)

LOCATION
In GfxBase at offset 180

SYNOPSIS
struct RastPort * rp

FUNCTION
This frees a RastPort obtained with CloneRastPort() or CreateRastPort().

INPUTS
rp
The result of CloneRastPort() or CreateRastPort().

RESULT
None.

EXAMPLE

SEE ALSO
CloneRastPort(), CreateRastPort()

NOTES
This function is AROS specific. For compatibility, there is a function with the same name in aros.lib on Amiga.

BUGS

INTERNALS

HISTORY