text-input: add input method abstraction
This commit is contained in:
parent
26988f5ce5
commit
881fb24878
8 changed files with 122 additions and 45 deletions
|
|
@ -784,7 +784,7 @@ impl WlSurface {
|
|||
}
|
||||
}
|
||||
for (_, con) in &self.text_input_connections {
|
||||
for (_, popup) in &con.input_method.popups {
|
||||
for (_, popup) in con.input_method.popups() {
|
||||
popup.schedule_positioning();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue