text-input: improve damage tracking
This commit is contained in:
parent
52c9fac23b
commit
5ae1742075
2 changed files with 13 additions and 6 deletions
|
|
@ -174,6 +174,7 @@ impl ZwpInputMethodV2RequestHandler for ZwpInputMethodV2 {
|
|||
version: self.version,
|
||||
tracker: Default::default(),
|
||||
positioning_scheduled: Cell::new(false),
|
||||
was_on_screen: Default::default(),
|
||||
});
|
||||
track!(self.client, popup);
|
||||
self.client.add_client_obj(&popup)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue