refactor(wayland): reenable dmabuf

This commit is contained in:
Nova
2025-07-28 14:55:43 -07:00
parent 28613f8585
commit c6754bd689
3 changed files with 18 additions and 25 deletions

View File

@@ -77,14 +77,14 @@ impl Registry {
)
.await?;
// self.global(
// client,
// sender_id,
// RegistryGlobals::DMABUF,
// crate::wayland::dmabuf::Dmabuf::INTERFACE.to_string(),
// Dmabuf::VERSION,
// )
// .await?;
self.global(
client,
sender_id,
RegistryGlobals::DMABUF,
crate::wayland::dmabuf::Dmabuf::INTERFACE.to_string(),
Dmabuf::VERSION,
)
.await?;
Ok(())
}