1
0
Fork 0
forked from wry/wry

fix: xdg_surface configure serial

This commit is contained in:
Daniel Shiposha 2023-07-15 18:34:13 +02:00
parent 80dc8770c5
commit 0478cea9b6

View file

@ -347,7 +347,7 @@ impl SurfaceExt for XdgSurface {
if let Some(ext) = self.ext.get() {
ext.initial_configure()?;
}
self.send_configure(rse);
self.send_configure(rse + 1);
}
// return CommitAction::AbortCommit;
}