Text preview for : WindowsA.mesa_Sep78.pdf part of xerox WindowsA.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_System WindowsA.mesa_Sep78.pdf



Back to : WindowsA.mesa_Sep78.pdf | Home

WindowsA.mesa 2-Sep-78 18:05:56 Page 1


-- WindowsA.Mesa Edited by Sandman on May 12, 1978 4:48 PM
DIRECTORY
BitBltDefs: FROM "bitbltdefs" USING [BBptr, BBTable, BITBLT],
RectangleDefs: FROM "rectangledefs" USING [
ClearBoxInRectangle, ComputeCharWidth, DrawBoxInRectangle, FAptr,
FCDptr, GetDefaultFont, GrayArray, GrayPtr, InvertBoxInRectangle,
leftmargin, RectangleError, WriteRectangleString],
StreamDefs: FROM "streamdefs" USING [
CleanupDiskStream, CloseDiskStream, DisplayHandle, FileLength, GetIndex,
GrIndex, ModifyIndex, OpenDiskStream, OpenKeyStream, ScrollDisplay,
SetDisplayLine, SetIndex, StreamError, StreamErrorCode, WriteDisplayChar],
WindowDefs: FROM "windowdefs" USING [
BMHandle, DisplayHandle, NullIndex, Rptr, StreamHandle, StreamIndex,
UpdateSelection, WindowHandle, xCoord, yCoord];
DEFINITIONS FROM StreamDefs, RectangleDefs, WindowDefs;
WindowsA: PROGRAM
IMPORTS RectangleDefs, StreamDefs, WindowDefs
EXPORTS WindowDefs SHARES WindowDefs, StreamDefs