(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void FreeVPortCopLists (vp)

LOCATION
In GfxBase at offset 90

SYNOPSIS
struct ViewPort * vp

FUNCTION
Deallocate all memory associated with the CopList structures for display, color, sprite and the user copper list. The corresponding fields in this structure will be set to NULL.

INPUTS
vp
pointer to a ViewPort structure

RESULT

EXAMPLE

SEE ALSO
graphics/view.h

NOTES

BUGS

INTERNALS

HISTORY