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,
|
||||
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(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue