Source position: cybergraphics.pas line 70
type TCyberModeNode = record
Node: TNode;
ModeText: array [0..DISPLAYNAMELEN-1] of Char;
DisplayID: ULONG;
Width: UWORD;
Height: UWORD;
Depth: UWORD;
DisplayTagList: PTagItem;
end;