mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
parent
2c4f7e86dc
commit
f7e811f2fa
1 changed files with 1 additions and 4 deletions
|
|
@ -433,10 +433,7 @@ output_config_apply(struct server *server,
|
||||||
}
|
}
|
||||||
wlr_output_set_scale(o, head->state.scale);
|
wlr_output_set_scale(o, head->state.scale);
|
||||||
wlr_output_set_transform(o, head->state.transform);
|
wlr_output_set_transform(o, head->state.transform);
|
||||||
if (rc.adaptive_sync == LAB_ADAPTIVE_SYNC_ENABLED) {
|
output_enable_adaptive_sync(o, head->state.adaptive_sync_enabled);
|
||||||
output_enable_adaptive_sync(o,
|
|
||||||
head->state.adaptive_sync_enabled);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (!wlr_output_commit(o)) {
|
if (!wlr_output_commit(o)) {
|
||||||
wlr_log(WLR_ERROR, "Output config commit failed");
|
wlr_log(WLR_ERROR, "Output config commit failed");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue