Contents

CGDisplayConfigRef

A reference to a display configuration transaction.

Declaration

typealias CGDisplayConfigRef = OpaquePointer

Discussion

This data type makes it possible to:

There are no restrictions on the order in which you accumulate configuration changes in a transaction.

Configuration changes sometimes conflict with each other. For example, a new origin might be rendered invalid by a subsequent configuration change.

If possible, Quartz uses a “best fit” strategy to resolve conflicts between configuration changes. For example, when you change the resolution of a single display in a two-display system, Quartz automatically retiles the displays to prevent separation or overlap of the adjoining edges.

See Also

Data Types