Docs » Autodocs » graphics.library » FreeVPortCopLists
FreeVPortCopLists -- deallocate all intermediate copper lists and their headers from a viewport
FreeVPortCopLists(vp) a0 void FreeVPortCopLists(struct ViewPort *);
Search display, color, sprite, and user copper lists and call FreeMem() to deallocate them from memory
vp - pointer to ViewPort structure
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
none known
<graphics/view.h>
|