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,
height,
width * 4,
wl_shm::Format::Xrgb8888,
wl_shm::Format::Argb8888,
qh,
released.clone(),
);
@ -138,7 +138,7 @@ impl WaylandBuffer {
width,
height,
width * 4,
wl_shm::Format::Xrgb8888,
wl_shm::Format::Argb8888,
&self.qh,
self.released.clone(),
);