(C) 1998 AROS - The Amiga Research OS


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

void ReleaseGIRPort (rp)

LOCATION
In IntuitionBase at offset 94

SYNOPSIS
struct RastPort * rp

FUNCTION
Release a RastPort previously obtained by ObtainGIRPort().

INPUTS
rp
The result of ObtainGIRPort()

RESULT
None.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY