SaveOld
The Window Manager uses theSaveOldprocedure to save a window's current structure and content regions preparatory to updating the window.
PROCEDURE SaveOld (window: WindowPeek);
window- A pointer to the window's complete window record.
DESCRIPTION
TheSaveOldprocedure saves the specified window's current structure region and content region for theDrawNewprocedure. Each call toSaveOldmust be balanced
by a subsequent call toDrawNew.