Important: The information in this document is obsolete and should not be used for new development.
PaintBehind
The Window Manager uses thePaintBehind
procedure 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
ThePaintBehind
procedure callsPaintOne
forstartWindow
and all the windows behindstartWindow
, clipped toclobberedRgn
.ASSEMBLY-LANGUAGE INFORMATION
BecausePaintBehind
clears the global variablePaintWhite
before callingPaintOne
,clobberedRgn
isn't erased. ThePaintWhite
global variable is reset
after the call toPaintOne
.