Important: The information in this document is obsolete and should not be used for new development.
Graphics Client Attributes
The options for theattributeparameter of theGXNewGraphicsClientfunction are defined in thegxClientAttributesenumeration:
enum gxClientAttributes { gxStaticHeapClient= 0x0001 }; typedef long gxClientAttribute;Constant descriptions
A graphics client having a
gxStaticHeapClient
QuickDraw GX will never add additional memory blocks to the graphics client heap.gxClientAttributesvalue of 0 may add additional memory blocks to its heap, as required. This is the standard default behavior.For additional information, see the section "Creating a Graphics Client and Its Graphics Client Heap" beginning on page 2-5. The
GXNewGraphicsClientfunction is described on page 2-19.