output: Chase wlroots!4803

This commit is contained in:
Alexander Orzechowski 2024-08-21 10:58:18 -04:00 committed by Kirill Primak
parent f9c0f043e5
commit 7288f77bbe

View file

@ -465,7 +465,7 @@ static void handle_present(struct wl_listener *listener, void *data) {
return;
}
output->last_presentation = *output_event->when;
output->last_presentation = output_event->when;
output->refresh_nsec = output_event->refresh;
}