feat(wayland): implement all essential handlers

This commit is contained in:
Nova
2022-08-22 07:57:03 -04:00
parent bf4d5ba015
commit 060bd59d01
5 changed files with 183 additions and 36 deletions

View File

@@ -121,6 +121,11 @@ fn main() -> Result<()> {
},
);
drop(wayland_state);
drop(socket);
drop(display);
println!("Cleanly shut down the Wayland compositor");
let _ = event_stop_tx.send(());
event_thread
.join()