fix(state): do not set errored on SHM buffer event

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
dailz
2026-04-15 07:12:33 +08:00
parent 506e5ea30e
commit 68514bd3f6

View File

@@ -1215,7 +1215,6 @@ impl Dispatch<ZwlrScreencopyFrameV1, ()> for State<CapWlrScreencopy> {
"Received SHM Buffer event — only DMA-BUF capture is supported. Ignoring." "Received SHM Buffer event — only DMA-BUF capture is supported. Ignoring."
); );
proxy.destroy(); proxy.destroy();
state.errored = true;
return; return;
} }
ScreencopyFrameEvent::LinuxDmabuf { ScreencopyFrameEvent::LinuxDmabuf {