Important: The information in this document is obsolete and should not be used for new development.
CalcVisBehind
The Window Manager uses theCalcVisBehind
procedure to calculate the visible regions of a series of windows.
PROCEDURE CalcVisBehind (startWindow: WindowPeek; clobberedRgn: RgnHandle);
startWindow
- A pointer to a window's window record.
clobberedRgn
- A handle to the desktop region that has become invalid.
DESCRIPTION
TheCalcVisBehind
procedure calculates the visible regions of the window specified by thestartWindow
parameter and all windows behindstartWindow
that intersectclobberedRgn
. It is called afterPaintBehind
.