Important: The information in this document is obsolete and should not be used for new development.
CalcVisBehind
The Window Manager uses theCalcVisBehindprocedure 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
TheCalcVisBehindprocedure calculates the visible regions of the window specified by thestartWindowparameter and all windows behindstartWindowthat intersectclobberedRgn. It is called afterPaintBehind.