Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

SA_SharePens

Tag start for OpenScreenTagList() Allocate pens as shared

Declaration

Source position: intuition.pas line 2069

const SA_SharePens = SA_Dummy + $0020;

Description

For those pens in the screen's DrawInfo^.dri_Pens, Intuition obtains them in shared mode (see ObtainPen()). For compatibility, Intuition obtains the other pens of a public screen as PEN_EXCLUSIVE. Screens that wish to manage the pens themselves should generally set this tag to True. This instructs Intuition to leave the other pens unallocated.


Documentation generated on: 2021-07-30