Name
FreeVectorFrame -- free vector frame (V9.0)
Synopsis
void FreeVectorFrame(APTR handle);
Function
This function is optional and must only be implemented if the HWEXT_ANIM_VECTOR extension bit has been set. See Extension plugins for details. If that is the case, FreeVectorFrame() must free the frame handle allocated by LoadFrame().

Note that FreeVectorFrame() is only called for vector anims. For raster anims, Hollywood will call FreeFrame() to free a frame allocated by LoadFrame().

Results
handle
frame handle as returned by LoadFrame()

Show TOC