diff --git a/src/ifs/wl_surface/xdg_surface.rs b/src/ifs/wl_surface/xdg_surface.rs index a24da62d..f5ada18e 100644 --- a/src/ifs/wl_surface/xdg_surface.rs +++ b/src/ifs/wl_surface/xdg_surface.rs @@ -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; }