mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
term: fix release builds when LOG_ENABLE_DBG=0
This commit is contained in:
parent
03f952cf4d
commit
b7edfc2822
1 changed files with 2 additions and 1 deletions
|
|
@ -2024,9 +2024,10 @@ term_font_subpixel_changed(struct terminal *term)
|
|||
[FCFT_SUBPIXEL_VERTICAL_RGB] = "V-RGB",
|
||||
[FCFT_SUBPIXEL_VERTICAL_BGR] = "V-BGR",
|
||||
};
|
||||
#endif
|
||||
|
||||
LOG_DBG("subpixel mode changed: %s -> %s", str[term->font_subpixel], str[subpixel]);
|
||||
#endif
|
||||
|
||||
term->font_subpixel = subpixel;
|
||||
term_damage_view(term);
|
||||
render_refresh(term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue