Update smithay

This commit is contained in:
Ian Douglas Scott 2023-10-24 10:43:11 -07:00 committed by Victoria Brekenfeld
parent 5b7efa3a8b
commit b114865916
4 changed files with 299 additions and 240 deletions

View file

@ -285,7 +285,7 @@ impl State {
.with_context(|| "Failed to load languages")
.unwrap();
let clock = Clock::new().expect("Failed to initialize clock");
let clock = Clock::new();
let config = Config::load(&handle);
let compositor_state = CompositorState::new::<Self>(dh);
let data_device_state = DataDeviceState::new::<Self>(dh);