mmap fd received from wl_keyboard.keymap

This commit is contained in:
2025-05-09 01:45:37 -07:00
parent bde60fff90
commit a7c2956313
8 changed files with 211 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
#![feature(unix_socket_ancillary_data)]
use std::error::Error;
use std::{error::Error, thread, time::Duration};
mod wayland;
use wayland::wl_client::WlClient;