diff --git a/src/wayland/buffer.rs b/src/wayland/buffer.rs index c6535a18..594b3824 100644 --- a/src/wayland/buffer.rs +++ b/src/wayland/buffer.rs @@ -131,6 +131,8 @@ impl WaylandBuffer { &self.qh, self.released.clone(), ); + self.width = width; + self.height = height; } }