mirror of
https://github.com/swaywm/sway.git
synced 2025-02-09 19:55:16 +01:00
tearing: remove trailing whitespace
(cherry picked from commit 3e956b9229
)
This commit is contained in:
parent
01f5c50438
commit
fa4912b1f9
5 changed files with 15 additions and 16 deletions
|
@ -299,7 +299,6 @@ static int output_repaint_timer_handler(void *data) {
|
||||||
if (!wlr_output_test_state(output->wlr_output, &pending)) {
|
if (!wlr_output_test_state(output->wlr_output, &pending)) {
|
||||||
sway_log(SWAY_DEBUG, "Output test failed on '%s', retrying without tearing page-flip",
|
sway_log(SWAY_DEBUG, "Output test failed on '%s', retrying without tearing page-flip",
|
||||||
output->wlr_output->name);
|
output->wlr_output->name);
|
||||||
|
|
||||||
pending.tearing_page_flip = false;
|
pending.tearing_page_flip = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue