(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>
struct RastPort * CreateRastPort ()
LOCATION
In GfxBase at offset 177
SYNOPSIS
FUNCTION
This function creates a new RastPort.
INPUTS
None.
RESULT
A pointer to a new RastPort or NULL if there was not enough memory to perform the operation.
EXAMPLE
SEE ALSO
NOTES
This function is AROS specific. For compatibility, there is a function in aros.lib which does the same on Amiga.
BUGS
INTERNALS
HISTORY