[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

SA_SharePens

Tag start for OpenScreenTagList() Allocate pens as shared

Declaration

Source position: intuition.pas line 1272

const SA_SharePens = SA_Dummy + 32;

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: 2017-01-10