(C) 1998 AROS - The Amiga Research OS


NAME

void EndUpdate (l , flag )

LOCATION
In LayersBase at offset 14

SYNOPSIS
struct Layer * l
UWORD flag

FUNCTION
After the damaged areas are update this routine should be called so the regular cliprects of the layer can be installed.

INPUTS
l
pointer to layer
flag
TRUE if the update was complete. The damage list is disposed. FALSE it the update was partial. The damage list is kept.

RESULT

EXAMPLE

SEE ALSO
BeginUpdate()

NOTES

BUGS
not tested

INTERNALS

HISTORY
16.03.1999 bergers
ClipRects are not cached in the LayerInfo structure anymore as this might suggest that there is a memory leak while there is not one. Instead there are cached with every layer individually.
25.02.1999 bergers
Alloc ClipRects are fetched from a pool of cliprects in the LayerInfo and when freed put into that pool.
26.01.1999 bergers
Incomplete.
19.10.1998 ldp
Amiga Research OS
18.08.1997 ldp
Empty functions