The X11 backend used System-V shared memory to communicate shared buffers to the server, but rustix does not support SysV SHM so we had to use libc in this backend. However, there is an alternate X11 API which uses POSIX shared memory, which rustix does support. This PR switches the X11 backend to POSIX shared memory and purges the previous usages of libc. The goal is to remove libc totally. Therefore this PR also removes the default libc dependency from rustix. Signed-off-by: John Nunley <dev@notgull.net> |
||
|---|---|---|
| .. | ||
| wayland | ||
| cg.rs | ||
| error.rs | ||
| kms.rs | ||
| lib.rs | ||
| orbital.rs | ||
| util.rs | ||
| web.rs | ||
| win32.rs | ||
| x11.rs | ||