-- XDefs.mesa
-- Created By Jeff Weinstein on 29-Mar-87 18:21:10
XDefs:DEFINITIONS =
  BEGIN
  
  XEventType:TYPE = MACHINE DEPENDENT { KeyPress(2), KeyRelease(3), ButtonPress(4), ButtonRelease(5), MotionNotify(6),(65535) };
  
  XKeyCode:TYPE = CARDINAL;
  
  END...