fix: xdg_surface configure serial
This commit is contained in:
parent
80dc8770c5
commit
0478cea9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
self.send_configure(rse + 1);
|
||||||
}
|
}
|
||||||
// return CommitAction::AbortCommit;
|
// return CommitAction::AbortCommit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue