(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

BOOL InitRastPort (rp)

LOCATION
In GfxBase at offset 33

SYNOPSIS
struct RastPort * rp

FUNCTION
Initializes a RastPort structure.

INPUTS
rp
The RastPort to initialize.

RESULT
TRUE if the RastPort was successfuly initialized and FALSE otherwise.

EXAMPLE

SEE ALSO

NOTES
You must call DeinitRastPort() before you free the structure.

AROS defines this function with a return value which you should check.

BUGS

INTERNALS

HISTORY