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.