Make sure the ftcr font driver is used on Haiku when Cairo is enabled
* src/haikufont.c (syms_of_haikufont): [USE_BE_CAIRO]: Make sure `ftcr' superseeds `haiku'.
This commit is contained in:
parent
f1ba92448d
commit
265f4ef702
1 changed files with 4 additions and 0 deletions
|
@ -1096,6 +1096,10 @@ syms_of_haikufont (void)
|
|||
DEFSYM (Qko, "ko");
|
||||
DEFSYM (Qjp, "jp");
|
||||
|
||||
#ifdef USE_BE_CAIRO
|
||||
Fput (Qhaiku, Qfont_driver_superseded_by, Qftcr);
|
||||
#endif
|
||||
|
||||
font_cache = list (Qnil);
|
||||
staticpro (&font_cache);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue