1
0
Fork 0
forked from wry/wry

Merge pull request #275 from mahkoh/jorth/vsync-min-max

wp-presentation: implement version 2
This commit is contained in:
mahkoh 2024-10-12 10:00:28 +02:00 committed by GitHub
commit eb905c160f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 152 additions and 14 deletions

View file

@ -301,6 +301,7 @@ impl PresentationListener for ExtImageCopyCaptureSessionV1 {
_refresh: u32,
_seq: u64,
_flags: u32,
_vrr: bool,
) {
self.presentation_listener.detach();
let Some(frame) = self.frame.get() else {