mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2826 - Set up fontconfig on XRE startup (GTK only)
This commit is contained in:
parent
5869164e31
commit
b992da05eb
1 changed files with 3 additions and 0 deletions
|
|
@ -3164,6 +3164,9 @@ XREMain::XRE_mainStartup(bool* aExitFlag)
|
|||
#endif
|
||||
|
||||
#if defined(MOZ_WIDGET_GTK)
|
||||
// Set up fontconfig.
|
||||
FcInit();
|
||||
|
||||
// setup for private colormap. Ideally we'd like to do this
|
||||
// in nsAppShell::Create, but we need to get in before gtk
|
||||
// has been initialized to make sure everything is running
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue