mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 15:31:28 +00:00
output: Chase wlroots!4803
This commit is contained in:
parent
f9c0f043e5
commit
7288f77bbe
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue