chore: Update smithay/libcosmic

This commit is contained in:
Victoria Brekenfeld 2024-03-26 16:45:30 +01:00 committed by Victoria Brekenfeld
parent 3cff426805
commit cf75bc1952
7 changed files with 207 additions and 170 deletions

View file

@ -136,7 +136,7 @@ impl CompositorHandler for State {
}
}
}
})
});
}
fn commit(&mut self, surface: &WlSurface) {

View file

@ -19,6 +19,7 @@ use std::cell::RefCell;
impl SeatHandler for State {
type KeyboardFocus = KeyboardFocusTarget;
type PointerFocus = PointerFocusTarget;
type TouchFocus = PointerFocusTarget;
fn seat_state(&mut self) -> &mut SeatState<Self> {
&mut self.common.seat_state