fix: xdg_surface requested_serial init 1
This commit is contained in:
parent
0b23abb4c3
commit
975147d831
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ impl XdgSurface {
|
|||
base: wm_base.clone(),
|
||||
role: Cell::new(XdgSurfaceRole::None),
|
||||
surface: surface.clone(),
|
||||
requested_serial: NumCell::new(0),
|
||||
requested_serial: NumCell::new(1),
|
||||
acked_serial: Cell::new(None),
|
||||
geometry: Cell::new(None),
|
||||
extents: Cell::new(Default::default()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue