diff options
author | Alexander Orzechowski <alex@ozal.ski> | 2023-06-26 18:02:02 -0400 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2023-06-27 11:47:58 -0400 |
commit | 824339938530a3f13c006fa4eefa263a974a3cab (patch) | |
tree | b81e1991cc1fe9b2a9634a62765be5de899db7ce /backend/headless | |
parent | 530e58b96e00ffc6a35fc7d72e1b0d45fe928528 (diff) | |
download | wlroots-824339938530a3f13c006fa4eefa263a974a3cab.tar.xz |
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/headless')
-rw-r--r-- | backend/headless/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |