]> git.wh0rd.org - fontconfig.git/commit
Make FcPatternDuplicate copy the binding instead of always using Strong.
authorStephan Kulow <coolo@novell.com>
Mon, 12 Mar 2007 17:21:35 +0000 (10:21 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Mon, 12 Mar 2007 17:21:35 +0000 (10:21 -0700)
commit9b74b78fe87f75f7026bfb23ab43ef347e109ca6
tree9218caa0d399c5cd47b53a1bfeb21675b375fbaa
parent2373f904265a05761039cfc5fe305bf588e831c5
Make FcPatternDuplicate copy the binding instead of always using Strong.

I noticed that Qt always uses a different font than fc-match advertises.
Debugging the issue, I found that a call that looks pretty innocent is
changing all weak bindings to strong bindings and as such changes the
semantic of the match: FcPatternDuplicate.
src/fcpat.c