Argb8888
This commit is contained in:
parent
e435fc99bc
commit
0bb8598935
1 changed files with 2 additions and 2 deletions
|
|
@ -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(),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue