Tag start for OpenScreenTagList() pointer to $FFFFFFFF terminated LongWord array, as found in TDrawInfo
Source position: intuition.pas line 2042
const SA_Pens = SA_Dummy + $001A; |
Pen specification for the screen. Data is a pointer to a LongWord array terminated with $FFFFFFFF, as found in the DrawInfo structure. Specifying the SA_Pens tag informs the system that the application is prepared to handle a screen rendered with the new 3D look of Intuition. Omitting this tag produces a screen with a flat look, but whose color usage is more backwards compatible.