This commit is contained in:
Ashley Wulber 2023-01-18 17:17:35 -05:00
parent e435fc99bc
commit 0bb8598935
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -98,7 +98,7 @@ impl WaylandBuffer {
width, width,
height, height,
width * 4, width * 4,
wl_shm::Format::Xrgb8888, wl_shm::Format::Argb8888,
qh, qh,
released.clone(), released.clone(),
); );
@ -138,7 +138,7 @@ impl WaylandBuffer {
width, width,
height, height,
width * 4, width * 4,
wl_shm::Format::Xrgb8888, wl_shm::Format::Argb8888,
&self.qh, &self.qh,
self.released.clone(), self.released.clone(),
); );