X11SelectionOwnerPrivate.mesa
Copyright Ó 1991 by Xerox Corporation. All rights reserved.
Christian Jacobi, January 30, 1991 1:02:46 pm PST
Christian Jacobi, March 22, 1991 11:55 am PST
DIRECTORY Xl, X11SelectionOwner, X11SelectionPrivate;
X11SelectionOwnerPrivate: CEDAR DEFINITIONS ~ BEGIN
Very private definitions of X11SelectionOwnerImpl.
Separated out, to allow recompilations while debugging.
ImplWidgetODataRec:
TYPE =
RECORD [
cd: X11SelectionPrivate.ConnectionData ¬ NIL,
serviceTQ: Xl.TQ ¬ NIL,
matchEstablished: BOOL ¬ FALSE,
selections: LIST OF X11SelectionOwner.OwnershipHandle ¬ NIL
];
END.