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