]> git.wh0rd.org - fontconfig.git/commit
Reimplement FcConfigAppFontAddDir; function was lost in 2.4.0.
authorKeith Packard <keithp@neko.keithp.com>
Fri, 15 Sep 2006 07:23:40 +0000 (00:23 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Fri, 15 Sep 2006 07:23:40 +0000 (00:23 -0700)
commit97c3d5b692c7a45dc1d923fe04b6f2e011583d2d
treeced6b63c1748e1448ae3131b3ee50e856f919d45
parentb190ad9da46ff2e8a9ede0afcb59a6c59641515b
Reimplement FcConfigAppFontAddDir; function was lost in 2.4.0.

With the cache restructuring of 2.4.0, the ability to add
application-specific font files and directories was accidentally lost.
Reimplement this using by sharing the logic used to load configured font
directories.
src/fccfg.c
src/fcdir.c
src/fcint.h