Source position: cybergraphics.pas line 57
type tCyberModeNode = record
Node: TNode;
ModeText: array [0..(DISPLAYNAMELEN)-1] of AnsiChar;
DisplayID: ULONG;
Width: UWORD;
Height: UWORD;
Depth: UWORD;
DisplayTagList: PTagItem;
end;