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