MessageWindowBackdoor.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Michael Plass, March 13, 1992 10:01 am PST
MessageWindowBackdoor: CEDAR DEFINITIONS
~ BEGIN
AllocateStaticArea: PROC [width: INTEGER] RETURNS [wx, wy, ww, wh: INTEGER];
Used to allocate a bit of real estate, starting at the upper right corner of the screen.
END.