-- XGraphicsControl.mesa -- last written by Doug Wyatt, February 5, 1980 10:59 PM DIRECTORY XGraphicsDefs: FROM "XGraphicsDefs"; XGraphicsControl: PROGRAM IMPORTS XGraphicsDefs EXPORTS XGraphicsDefs SHARES XGraphicsDefs = BEGIN OPEN XGraphicsDefs; START XBitmapFns; START XTextFns; --START XBoxFns; END.