Text preview for : WEPosition.mesa_Sep78.pdf part of xerox WEPosition.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_Debug WEPosition.mesa_Sep78.pdf



Back to : WEPosition.mesa_Sep78.pdf | Home

WEPosition.mesa 2-Sep-78 15:32:14 Page 1



--File: WEPosition.mesa
--Edited by:
Sandman March 29, 1978 2:02 PM
Barbara July 25, 1978 9:52 AM
DIRECTORY
AltoDefs: FROM "altodefs" USING [BytesPerPage],
RectangleDefs: FROM "rectangledefs" USING [ComputeCharWidth, leftmargin],
StreamDefs: FROM "streamdefs" USING [
Equallndex, GetIndex, GrEqualIndex, SetIndex],
WindExDefs: FROM "windexdefs" USING [
CursorToRectangleCoords, GetMouseButton, JumpStrip, LDivMod, LMult,
maxlines, NullIndex, NullProc, OriginIndex, SetCursor, SetJumpStripe,
slop, WEDataHandle,xcursorloc, ycursorloc],
WindowDefs: FROM "windowdefs" USING [
GetCurrentDisplayWindow, GetLineTable, PaintDisplayWindow,
ResolveBugToPosition, StreamIndex, WindowHandle, xCoord, yCoord];
DEFINITIONS FROM StreamDefs, RectangleDefs, WindowDefs, WindExDefs;
WEPosition: PROGRAM [WEState: WEDataHandle]
IMPORTS StreamDefs, RectangleDefs, WindowDefs, WindExDefs
EXPORTS WindExDefs
SHARES StreamDefs, WindExDefs