Skip to content

Commit

Permalink
fix: request wlr-dmabuf frames in every case
Browse files Browse the repository at this point in the history
  • Loading branch information
galister committed Apr 14, 2024
1 parent 5db7524 commit 8e799d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/overlays/screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ impl OverlayRenderer for ScreenRenderer {
);
}
}
self.capture.request_new_frame();
}
WlxFrame::MemFd(frame) => {
let mut upload = app
Expand Down

0 comments on commit 8e799d1

Please sign in to comment.