fix(wayland): don't advertise dmabuf

This commit is contained in:
Nova
2025-07-26 15:33:54 -07:00
parent 3fbc659904
commit e5cfa249df

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(())
}