(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void InitVPort (vp)

LOCATION
In GfxBase at offset 34

SYNOPSIS
struct ViewPort * vp

FUNCTION
Initializes a ViewPort structure.

INPUTS
view
The View to initialize.

RESULT
ViewPort is initialized to it`s default values - doesn't care about previous contents of this structure. All values except for SpritePriorities are set to 0's.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY