mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
parent
df71d9c6de
commit
5e305fa854
1 changed files with 1 additions and 1 deletions
|
|
@ -1908,7 +1908,7 @@ wayl_surface_scale_explicit_width_height(
|
||||||
round((float)height / scale));
|
round((float)height / scale));
|
||||||
#else
|
#else
|
||||||
BUG("wayl_fraction_scaling() returned true, "
|
BUG("wayl_fraction_scaling() returned true, "
|
||||||
"but fractional scaling was not available at compile time").
|
"but fractional scaling was not available at compile time");
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
LOG_DBG("scaling by a factor of %.2f using legacy mode "
|
LOG_DBG("scaling by a factor of %.2f using legacy mode "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue