-- XGraphics.config
-- Mesa 6 version
-- Last changed by Doug Wyatt, September 23, 1980  3:10 PM

XGraphics: CONFIGURATION
IMPORTS DirectoryDefs,InlineDefs,MiscDefs,
	SegmentDefs,StringDefs,SystemDefs,XDisplayDefs
EXPORTS XGraphicsDefs
CONTROL XGraphicsControl =
BEGIN

XBitmapFns;
XTextFns;
--XBoxFns;
XGraphicsControl;

END.