You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This no longer exposes `CGDisplayCreateUUIDFromDisplayID` and instead
offers a new `CfUuid` type that can be created from a display ID and
also cleans itself up on drop.
Closesrust-windowing#4031
killercup
added a commit
to killercup/winit
that referenced
this issue
Dec 4, 2024
This no longer exposes `CGDisplayCreateUUIDFromDisplayID` and instead
offers a new `CfUuid` type that can be created from a display ID and
also cleans itself up on drop.
Closesrust-windowing#4031
This no longer exposes `CGDisplayCreateUUIDFromDisplayID` and instead
offers a new `CfUuid` type that can be created from a display ID and
also cleans itself up on drop.
Closesrust-windowing#4031
Description
We're using
CGDisplayCreateUUIDFromDisplayID
, but I think that actually returns aCFUUID
object that we should be releasing after use?macOS version
Winit version
edca3eb
The text was updated successfully, but these errors were encountered: