Contents

CGDisplayModeRelease

Releases a Core Graphics display mode.

Declaration

extern void CGDisplayModeRelease(CGDisplayModeRef mode);

Parameters

  • mode:

    A display mode to be released.

Discussion

This function is equivalent to CFRelease, except that it does not cause an error if the mode parameter is NULL.

See Also

Functions