wayland: implement fifo-v1
This commit is contained in:
parent
d8e0375c48
commit
fe7175fab2
19 changed files with 416 additions and 23 deletions
|
|
@ -269,7 +269,7 @@ impl ExtImageCopyCaptureSessionV1RequestHandler for ExtImageCopyCaptureSessionV1
|
|||
}
|
||||
|
||||
impl LatchListener for ExtImageCopyCaptureSessionV1 {
|
||||
fn after_latch(self: Rc<Self>, on: &OutputNode) {
|
||||
fn after_latch(self: Rc<Self>, on: &OutputNode, _tearing: bool) {
|
||||
let ImageCaptureSource::Toplevel(tl) = &self.source else {
|
||||
return;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue