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/x11/output.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'backend/x11') diff --git a/backend/x11/output.c b/backend/x11/output.c index 807b5569..d1426b6f 100644 --- a/backend/x11/output.c +++ b/backend/x11/output.c @@ -74,8 +74,6 @@ static bool output_set_custom_mode(struct wlr_output *wlr_output, return false; } - wlr_output_update_custom_mode(&output->wlr_output, width, height, 0); - // Move the pointer to its new location update_x11_pointer_position(output, output->x11->time); -- cgit v1.2.3