aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/wlr_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/wlr_output.c b/types/wlr_output.c
index 40332efd..9f13bef4 100644
--- a/types/wlr_output.c
+++ b/types/wlr_output.c
@@ -486,8 +486,8 @@ bool wlr_output_swap_buffers(struct wlr_output *output, struct timespec *when,
pixman_region32_intersect(&render_damage, &render_damage, damage);
}
+ struct timespec now;
if (when == NULL) {
- struct timespec now;
clock_gettime(CLOCK_MONOTONIC, &now);
when = &now;
}