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
Use i32 in SystemError::Unknown instead of nixErrno
This way users of `drm` can match on constants from `libc`, or can
convert it to the error types from any version of `nix` or `rustix`.
This addresses a bit of awkwardness in
Smithay/smithay#1162 and
rust-windowing/softbuffer#164.
This should eliminate nix as a "public dependency" of `drm`, though it's
still exposed by `drm-ffi`.
0 commit comments