]> git.wh0rd.org - fontconfig.git/commit - src/fccfg.c
Provided by: Lubos Lunak <l.lunak@suse.cz>
authorKeith Packard <keithp@keithp.com>
Wed, 30 Jun 2004 18:41:52 +0000 (18:41 +0000)
committerKeith Packard <keithp@keithp.com>
Wed, 30 Jun 2004 18:41:52 +0000 (18:41 +0000)
commit28f93bc4122337f59afad31e610ce17c3d2b00a2
tree996d0763618676b93cc1d276fb7b6c40aa91017f
parent3d1ea0e5d48e0dfa72080a3318e3c2157500da3d
Provided by: Lubos Lunak <l.lunak@suse.cz>
However FcConfigUptoDate() doesn't seem to work. See the attached patch.
    First there's an obvious misplaced parenthesis making it return always
    false, and second, even this call fails to detect font changes (e.g.
    adding a new font to /usr/X11R6/lib/X11/fonts/truetype). The patch
    should fix that as well. The problem seems to be triggered by my
    fonts.conf specifying only /usr/X11R6/lib/X11/fonts , and therefore
    config->configDirs doesn't include subdirs, unlike config->fontDirs.
ChangeLog
src/fccfg.c