1
0
Fork 0
forked from wry/wry

xwayland: persist additional properties

This commit is contained in:
Julian Orth 2026-03-07 12:12:04 +01:00
parent da01d7e0d3
commit 4278160113
3 changed files with 12 additions and 2 deletions

View file

@ -320,6 +320,8 @@ pub struct XWaylandState {
pub use_wire_scale: Cell<bool>,
pub wire_scale: Cell<Option<i32>>,
pub windows: CopyHashMap<XwindowId, Rc<Xwindow>>,
pub client: CloneCell<Option<Rc<Client>>>,
pub display: CloneCell<Option<Rc<String>>>,
}
pub struct IdleState {