-- CGBandGraphics.mesa -- Last edit by Pier, June 29, 1982 3:36 pm DIRECTORY Graphics USING [Context]; CGBandGraphics: DEFINITIONS = { GetDC: PROCEDURE[] RETURNS[Graphics.Context]; }.