Skip to content

Commit 0bdbf1a

Browse files
committed
fix: update width and height when resizing buffer
1 parent 787958b commit 0bdbf1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wayland/buffer.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ impl WaylandBuffer {
131131
&self.qh,
132132
self.released.clone(),
133133
);
134+
self.width = width;
135+
self.height = height;
134136
}
135137
}
136138

0 commit comments

Comments
 (0)