(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
void InitView (view)
LOCATION
In GfxBase at offset 60
SYNOPSIS
struct View * view
FUNCTION
Initializes a View structure.
INPUTS
view
The View to initialize.
RESULT
View is initialized to it`s default values - doesn't care about previous contents of this structure. All values except for DxOffset,DyOffset are set to 0's.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY