Source position: intuition.pas line 2264
type tPubScreenNode = record
psn_Node: tNode;
psn_Screen: pScreen;
psn_Flags: Word;
psn_Size: SmallInt;
psn_VisitorCount: SmallInt;
psn_SigTask: pTask;
psn_SigBit: Byte;
end;