Important: The information in this document is obsolete and should not be used for new development.
Graphics Client Attributes
The options for theattribute
parameter of theGXNewGraphicsClient
function are defined in thegxClientAttributes
enumeration:
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.gxClientAttributes
value 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
GXNewGraphicsClient
function is described on page 2-19.