aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2024-08-21 10:58:18 -0400
committerKirill Primak <vyivel@eclair.cafe>2024-08-21 18:16:32 +0300
commit7288f77bbe275825a0e0b011db873d9367782af0 (patch)
tree246c0844b5b8ddea1a99ddd0313d527f2195f085
parentf9c0f043e5ec39574c9d9b0fb3dece6169a0e67d (diff)
output: Chase wlroots!4803
-rw-r--r--sway/desktop/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 72f753b0..a71430fe 100644
--- 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;
}