1
0
Fork 0
forked from wry/wry

dmabuf: cache is_disjoint property

This commit is contained in:
Julian Orth 2025-10-01 23:30:49 +02:00
parent f00202f149
commit 0884a5c656
9 changed files with 27 additions and 14 deletions

View file

@ -38,6 +38,7 @@ impl TestJayScreenshot {
format: XRGB8888,
modifier: ev.modifier,
planes,
is_disjoint: Default::default(),
})));
Ok(())
}
@ -73,6 +74,7 @@ impl TestJayScreenshot {
format: XRGB8888,
modifier: ev.modifier,
planes: self.planes.take(),
is_disjoint: Default::default(),
})));
Ok(())
}