1
0
Fork 0
forked from wry/wry

text-input: improve damage tracking

This commit is contained in:
Julian Orth 2025-02-19 18:09:27 +01:00
parent 52c9fac23b
commit 5ae1742075
2 changed files with 13 additions and 6 deletions

View file

@ -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)?;