Important: The information in this document is obsolete and should not be used for new development.
PaintBehind
The Window Manager uses thePaintBehindprocedure to redraw a series of windows in the window list.
PROCEDURE PaintBehind (startWindow: WindowPeek; clobberedRgn: RgnHandle);
startWindow- A pointer to the window's complete window record.
clobberedRgn- A handle to the region that has become invalid.
DESCRIPTION
ThePaintBehindprocedure callsPaintOneforstartWindowand all the windows behindstartWindow, clipped toclobberedRgn.ASSEMBLY-LANGUAGE INFORMATION
BecausePaintBehindclears the global variablePaintWhitebefore callingPaintOne,clobberedRgnisn't erased. ThePaintWhiteglobal variable is reset
after the call toPaintOne.