xdg-shell: make acked serial part of the pending state
This commit is contained in:
parent
c9f54cd60b
commit
17ac4ca0e1
7 changed files with 85 additions and 36 deletions
|
|
@ -50,7 +50,7 @@ impl TestXdgWmBase {
|
|||
tran: self.tran.clone(),
|
||||
_server: server,
|
||||
destroyed: Cell::new(false),
|
||||
last_serial: Cell::new(0),
|
||||
last_serial: Default::default(),
|
||||
});
|
||||
self.tran.add_obj(xdg.clone())?;
|
||||
Ok(xdg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue