mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
b94e78c8ec
The wl_keyboard definition does not define that the incoming fd is always at seek position 0. In fact, the spec says the fd "can be memory-mapped" and that's it. And e.g. smithay client-toolkit uses mmap, but we don't :/ Use pread() to read from zero. |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |