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
curious to hear if this was a decision or an omission.
This was discussed. I have no access to non-Windows platforms and little knowledge about them, so rather than doing a blind implementation likely to be buggy, implementations on those missing platforms is left for a future change by whoever can contribute it. I did Windows and @rjwittams did macOS.
Some notes: I looked at GTK and X11, and X11 is probably trivial (but I'd rather someone do it who can also test it). GTK however is an odd one because it's not a platform but already a platform abstraction itself, so this would require a bit of work to go fetch the right raw platform handle for the current platform config, if at all possible (I think it is, but couldn't find the appropriate wrapper in the Rust binding).
This was added for the mac and windows in #1586.
This was discussed. I have no access to non-Windows platforms and little knowledge about them, so rather than doing a blind implementation likely to be buggy, implementations on those missing platforms is left for a future change by whoever can contribute it. I did Windows and @rjwittams did macOS.
Originally posted by @djeedai in #1586 (comment)
The text was updated successfully, but these errors were encountered: