From 26b9d6dbb1f060405c02b6b66527b0272f79d495 Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 1 Oct 2018 11:07:58 +0200 Subject: output: send present event from all backends --- backend/headless/output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/headless') diff --git a/backend/headless/output.c b/backend/headless/output.c index 143900d4..ad0050d8 100644 --- a/backend/headless/output.c +++ b/backend/headless/output.c @@ -67,6 +67,7 @@ static bool output_make_current(struct wlr_output *wlr_output, int *buffer_age) static bool output_swap_buffers(struct wlr_output *wlr_output, pixman_region32_t *damage) { + wlr_output_send_present(wlr_output, NULL, 0, 0); return true; // No-op } -- cgit v1.2.3