diff --git a/src/wayland/core/registry.rs b/src/wayland/core/registry.rs index 173c8e4..5c0125b 100644 --- a/src/wayland/core/registry.rs +++ b/src/wayland/core/registry.rs @@ -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(()) }