Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 736 Bytes

FreeVPortCopLists.md

File metadata and controls

40 lines (24 loc) · 736 Bytes

NAME

FreeVPortCopLists -- deallocate all intermediate copper lists and their headers from a viewport

SYNOPSIS

    FreeVPortCopLists(vp)
                     a0

    void FreeVPortCopLists(struct ViewPort *);

Links: ViewPort

FUNCTION

Search display, color, sprite, and user copper lists and call FreeMem to deallocate them from memory

INPUTS

vp - pointer to ViewPort structure

RESULTS

The memory allocated to the various copper lists will be returned to the system's free memory pool, and the following fields in the viewport structure will be set to NULL:

DspIns, Sprins, ClrIns, UCopIns

BUGS none known

SEE ALSO

graphics/view.h