BitBlt.mesa
Copyright (C) 1986 by Xerox Corporation. All rights reserved.
Willie-Sue, September 5, 1986 1:25:04 pm PDT
Interface to Cedar code to implement the BitBlt operation as defined (almost) by PrincOps
DIRECTORY
PrincOps;
BitBlt: DEFINITIONS
= BEGIN
BITBLT: PROC[bbt: PrincOps.BitBltTablePtr];
END.