XlEndian-PrincOps.mesa
Copyright Ó 1989, 1991 by Xerox Corporation. All rights reserved.
Christian Jacobi, February 1, 1989 2:52:14 pm PST
Christian Jacobi, March 7, 1991 4:13 pm PST
XlEndian--PrincOps--: CEDAR DEFINITIONS ~ BEGIN
Endian specific public types for Xl
This package supports PrincOps hosts
This package needs to be replaced for other hosts
Variants of this package will change the layout of the fields, but won't change the names and the sizes of the fields.
PackedRectangle: TYPE = MACHINE DEPENDENT RECORD [
x: INT16,
y: INT16,
width: CARD16,
height: CARD16
];
Layed out such that it can be moved to the X server as whole block.
END.