1
0
Fork 0
forked from wry/wry

wayland: implement ext-foreign-toplevel-list-v1

This commit is contained in:
Julian Orth 2024-02-14 21:13:32 +01:00
parent ccacdda03e
commit 3f7b1ddd49
15 changed files with 434 additions and 8 deletions

View file

@ -1102,7 +1102,7 @@ impl Wm {
}
let title = buf.as_bstr().to_string();
if let Some(window) = data.window.get() {
*window.toplevel_data.title.borrow_mut() = title.clone();
window.toplevel_data.set_title(&title);
window.tl_title_changed();
}
*data.info.title.borrow_mut() = Some(title);