mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
term: (debug): dpi_aware is no longer an enum
This commit is contained in:
parent
da81b63ec0
commit
2fd29cbf50
1 changed files with 1 additions and 2 deletions
|
|
@ -2099,8 +2099,7 @@ term_font_dpi_changed(struct terminal *term, int old_scale)
|
|||
LOG_DBG("DPI/scale change: DPI-awareness=%s, "
|
||||
"DPI: %.2f -> %.2f, scale: %d -> %d, "
|
||||
"sizing font based on monitor's %s",
|
||||
term->conf->dpi_aware == DPI_AWARE_AUTO ? "auto" :
|
||||
term->conf->dpi_aware == DPI_AWARE_YES ? "yes" : "no",
|
||||
term->conf->dpi_aware ? "yes" : "no",
|
||||
term->font_dpi, dpi, old_scale, term->scale,
|
||||
will_scale_using_dpi ? "DPI" : "scaling factor");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue