Merge pull request #69 from pop-os/buffer-resize
fix: update width and height when resizing buffer
This commit is contained in:
commit
31c06ac394
1 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,8 @@ impl WaylandBuffer {
|
||||||
&self.qh,
|
&self.qh,
|
||||||
self.released.clone(),
|
self.released.clone(),
|
||||||
);
|
);
|
||||||
|
self.width = width;
|
||||||
|
self.height = height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue