Skip to content

Commit 31c06ac

Browse files
authored
Merge pull request #69 from pop-os/buffer-resize
fix: update width and height when resizing buffer
2 parents 787958b + 0bdbf1a commit 31c06ac

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)