mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
tearing: remove trailing whitespace
This commit is contained in:
parent
05e895c463
commit
3e956b9229
5 changed files with 15 additions and 16 deletions
|
|
@ -578,9 +578,9 @@ static bool finalize_output_config(struct output_config *oc, struct sway_output
|
|||
wlr_color_transform_unref(output->color_transform);
|
||||
output->color_transform = oc->color_transform;
|
||||
}
|
||||
|
||||
|
||||
if (oc && oc->allow_tearing >= 0) {
|
||||
sway_log(SWAY_DEBUG, "Set %s allow tearing to %d",
|
||||
sway_log(SWAY_DEBUG, "Set %s allow tearing to %d",
|
||||
oc->name, oc->allow_tearing);
|
||||
output->allow_tearing = oc->allow_tearing;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue