ui/src/split/STypeMap.i3


Copyright (C) 1994, Digital Equipment Corp.
<*PRAGMA LL*>

INTERFACE STypeMap;

IMPORT ScreenType, ScrnPixmap;

CONST Brand = "STypeMap";

TYPE T = RECORD st: ScreenType.T; pm: ScrnPixmap.T END;

END STypeMap.