mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-28 07:58:00 -04:00
term: subpixel changed: fix build with LOG_ENABLE_DBG=1
This commit is contained in:
parent
033ff180af
commit
7a218cba08
1 changed files with 6 additions and 6 deletions
12
terminal.c
12
terminal.c
|
|
@ -1586,12 +1586,12 @@ term_font_subpixel_changed(struct terminal *term)
|
||||||
|
|
||||||
#if defined(_DEBUG) && LOG_ENABLE_DBG
|
#if defined(_DEBUG) && LOG_ENABLE_DBG
|
||||||
static const char *const str[] = {
|
static const char *const str[] = {
|
||||||
[FCFT_SUBPIXEL_ORDER_DEFAULT] = "default",
|
[FCFT_SUBPIXEL_DEFAULT] = "default",
|
||||||
[FCFT_SUBPIXEL_ORDER_NONE] = "disabled",
|
[FCFT_SUBPIXEL_NONE] = "disabled",
|
||||||
[FCFT_SUBPIXEL_ORDER_HORIZONTAL_RGB] = "RGB",
|
[FCFT_SUBPIXEL_HORIZONTAL_RGB] = "RGB",
|
||||||
[FCFT_SUBPIXEL_ORDER_HORIZONTAL_BGR] = "BGR",
|
[FCFT_SUBPIXEL_HORIZONTAL_BGR] = "BGR",
|
||||||
[FCFT_SUBPIXEL_ORDER_VERTICAL_RGB] = "V-RGB",
|
[FCFT_SUBPIXEL_VERTICAL_RGB] = "V-RGB",
|
||||||
[FCFT_SUBPIXEL_ORDER_VERTICAL_BGR] = "V-BGR",
|
[FCFT_SUBPIXEL_VERTICAL_BGR] = "V-BGR",
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue