From 2af8cc769a4cb2e47d6ec75aa62bb8e565578a24 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Thu, 14 Oct 2021 22:40:12 +0300 Subject: output: add presented flag to presentation event --- 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 8351c935..43762b23 100644 --- a/backend/headless/output.c +++ b/backend/headless/output.c @@ -66,6 +66,7 @@ static bool output_commit(struct wlr_output *wlr_output) { if (wlr_output->pending.committed & WLR_OUTPUT_STATE_BUFFER) { struct wlr_output_event_present present_event = { .commit_seq = wlr_output->commit_seq + 1, + .presented = true, }; wlr_output_send_present(wlr_output, &present_event); } -- cgit v1.2.3