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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user