xwayland: persist additional properties
This commit is contained in:
parent
da01d7e0d3
commit
4278160113
3 changed files with 12 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue