Snapshot.mesa
Copyright Ó 1985, 1986, 1987, 1992 by Xerox Corporation. All rights reserved.
Interface to SnapshotImpl, written by Michael Plass, July 23, 1985 5:26:12 pm PDT
Maureen Stone, April 21, 1987 12:29:58 pm PDT
Kenneth A. Pier, September 2, 1992 2:11 pm PDT
DIRECTORY
ViewerScreenTypes USING [Screen],
Imager USING [Context];
Snapshot: CEDAR DEFINITIONS ~ BEGIN
Snapshot: PROC [context: Imager.Context, screen: ViewerScreenTypes.Screen, f0, s0: NAT ¬ 0, f1, s1: NAT ¬ NAT.LAST];
fast and slow directions = x and y for terminals.
END.