servo / core-foundation-rs

Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
Other
987 stars 216 forks source link

Correct screen capture access return values. #698

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

Both CGRequestScreenCaptureAccess and CGPreflightScreenCaptureAccess return bool, not boolean_t.

Fixes #677. Replaces #678.