Update smithay

This commit is contained in:
Ian Douglas Scott 2024-04-24 09:34:46 -07:00 committed by Victoria Brekenfeld
parent a9740e5040
commit 73b12194c0
19 changed files with 202 additions and 137 deletions

View file

@ -32,6 +32,8 @@ impl InputMethodHandler for State {
.map(|e| e.geometry())
.unwrap_or_default()
}
fn popup_repositioned(&mut self, _: PopupSurface) {}
}
delegate_input_method_manager!(State);