Skip to main content

CGDisplayBestModeForParameters

Function CGDisplayBestModeForParameters 

Source
pub unsafe extern "C-unwind" fn CGDisplayBestModeForParameters(
    display: CGDirectDisplayID,
    bits_per_pixel: usize,
    width: usize,
    height: usize,
    exact_match: *mut boolean_t,
) -> Option<CFRetained<CFDictionary>>
๐Ÿ‘ŽDeprecated:

No longer supported

Available on crate features CGDirectDisplay and libc only.
Expand description

ยงSafety

exact_match must be a valid pointer or null.