From 824339938530a3f13c006fa4eefa263a974a3cab Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Mon, 26 Jun 2023 18:02:02 -0400 Subject: output: Set output mode during main commit Removes duplication across all the backends to finally apply the mode to the output. --- backend/headless/output.c | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/headless') diff --git a/backend/headless/output.c b/backend/headless/output.c index b2be6a0d..a233bf6b 100644 --- a/backend/headless/output.c +++ b/backend/headless/output.c @@ -27,7 +27,6 @@ static bool output_set_custom_mode(struct wlr_headless_output *output, output->frame_delay = 1000000 / refresh; - wlr_output_update_custom_mode(&output->wlr_output, width, height, refresh); return true; } -- cgit v1.2.3