fix(state): do not destroy screencopy proxy on SHM buffer event
This commit is contained in:
@@ -1214,7 +1214,6 @@ impl Dispatch<ZwlrScreencopyFrameV1, ()> for State<CapWlrScreencopy> {
|
|||||||
tracing::warn!(
|
tracing::warn!(
|
||||||
"Received SHM Buffer event — only DMA-BUF capture is supported. Ignoring."
|
"Received SHM Buffer event — only DMA-BUF capture is supported. Ignoring."
|
||||||
);
|
);
|
||||||
proxy.destroy();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ScreencopyFrameEvent::LinuxDmabuf {
|
ScreencopyFrameEvent::LinuxDmabuf {
|
||||||
|
|||||||
Reference in New Issue
Block a user