]> git.wh0rd.org - fontconfig.git/commit
Provided by: Lubos Lunak <l.lunak@suse.cz>
authorKeith Packard <keithp@keithp.com>
Wed, 30 Jun 2004 18:42:58 +0000 (18:42 +0000)
committerKeith Packard <keithp@keithp.com>
Wed, 30 Jun 2004 18:42:58 +0000 (18:42 +0000)
commit0d71dde9b4c2372bd894a078a92f5596822bcc5a
treeb8adb94b24caf9e847d7848647372edb10892644
parent2ebc1050795f574a54abc73d99f4f35751f62ec5
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