current_id, registry_id, and ShmPool are atomic
This commit is contained in:
10
src/main.rs
10
src/main.rs
@@ -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(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user