1
0
Fork 0
forked from wry/wry

xwayland: improve damage tracking

This commit is contained in:
Julian Orth 2025-02-19 16:39:04 +01:00
parent f4e8d132f3
commit 52c9fac23b
5 changed files with 39 additions and 23 deletions

View file

@ -2115,6 +2115,7 @@ impl Wm {
// log::info!("xwin {} or {}", data.window_id, or);
if let Some(window) = data.window.get() {
window.tl_destroy();
window.update_toplevel();
window.map_status_changed();
}
}