mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Plot target presentation time offset
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user