mirror of https://github.com/wayvr-org/wayvr.git
fix: request wlr-dmabuf frames in every case
This commit is contained in:
parent
5db7524787
commit
8e799d1b8f
|
|
@ -424,6 +424,7 @@ impl OverlayRenderer for ScreenRenderer {
|
|||
);
|
||||
}
|
||||
}
|
||||
self.capture.request_new_frame();
|
||||
}
|
||||
WlxFrame::MemFd(frame) => {
|
||||
let mut upload = app
|
||||
|
|
|
|||
Loading…
Reference in New Issue