aboutsummaryrefslogtreecommitdiff
path: root/backend/x11
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2023-06-26 18:02:02 -0400
committerAlexander Orzechowski <alex@ozal.ski>2023-06-27 11:47:58 -0400
commit824339938530a3f13c006fa4eefa263a974a3cab (patch)
treeb81e1991cc1fe9b2a9634a62765be5de899db7ce /backend/x11
parent530e58b96e00ffc6a35fc7d72e1b0d45fe928528 (diff)
output: Set output mode during main commit
Removes duplication across all the backends to finally apply the mode to the output.
Diffstat (limited to 'backend/x11')
-rw-r--r--backend/x11/output.c2
1 files changed, 0 insertions, 2 deletions
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);