1
0
Fork 0
forked from wry/wry

Revert "fix: xdg_surface configure serial"

This reverts commit 0478cea9b6.
This commit is contained in:
Daniel Shiposha 2023-07-15 18:54:03 +02:00
parent 0478cea9b6
commit 0b23abb4c3

View file

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