current_id, registry_id, and ShmPool are atomic

This commit is contained in:
2025-05-06 11:57:35 -07:00
parent cbe54334ca
commit 375b44beee
7 changed files with 73 additions and 101 deletions

View File

@@ -8,15 +8,5 @@ mod graphics;
fn main() -> Result<(), Box<dyn Error>> {
let mut wl_client = WlClient::new()?;
wl_client.wl_display_get_registry()?;
loop {
wl_client.read_event()?;
if false {
break
}
}
Ok(())
}