diff --git a/src/ifs/wl_surface/xdg_surface.rs b/src/ifs/wl_surface/xdg_surface.rs index f5ada18e..a24da62d 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 + 1); + self.send_configure(rse); } // return CommitAction::AbortCommit; }