Update Smithay and other deps

This commit is contained in:
Ivan Molodetskikh
2024-05-16 18:00:28 +04:00
parent c5ca412829
commit ae63773737
12 changed files with 335 additions and 304 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ impl CompositorHandler for State {
.buffer
.as_ref()
.and_then(|assignment| match assignment {
BufferAssignment::NewBuffer(buffer) => get_dmabuf(buffer).ok(),
BufferAssignment::NewBuffer(buffer) => get_dmabuf(buffer).cloned().ok(),
_ => None,
})
});