commit 7288f77bbe275825a0e0b011db873d9367782af0 parent f9c0f043e5ec39574c9d9b0fb3dece6169a0e67d Author: Alexander Orzechowski <alex@ozal.ski> Date: Wed, 21 Aug 2024 10:58:18 -0400 output: Chase wlroots!4803 Diffstat:
| M | sway/desktop/output.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/desktop/output.c b/sway/desktop/output.c @@ -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; }