Plot target presentation time offset

This commit is contained in:
Ivan Molodetskikh
2023-09-20 11:51:25 +04:00
parent 1963aaa775
commit 9fc731c115
3 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -937,7 +937,7 @@ impl Niri {
let elements = self.render(backend.renderer(), output, true);
// Hand it over to the backend.
let dmabuf_feedback = backend.render(self, output, &elements);
let dmabuf_feedback = backend.render(self, output, &elements, presentation_time);
// Send the dmabuf feedbacks.
if let Some(feedback) = dmabuf_feedback {