1
0
Fork 0
forked from wry/wry

Merge pull request #59 from mrshiposha/fix/xdg_surface-configure-serial

This commit is contained in:
mahkoh 2023-07-15 19:06:16 +02:00 committed by GitHub
commit 949eb1c818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ impl XdgSurface {
base: wm_base.clone(), base: wm_base.clone(),
role: Cell::new(XdgSurfaceRole::None), role: Cell::new(XdgSurfaceRole::None),
surface: surface.clone(), surface: surface.clone(),
requested_serial: NumCell::new(0), requested_serial: NumCell::new(1),
acked_serial: Cell::new(None), acked_serial: Cell::new(None),
geometry: Cell::new(None), geometry: Cell::new(None),
extents: Cell::new(Default::default()), extents: Cell::new(Default::default()),