summaryrefslogtreecommitdiffstats
path: root/sub/font_load_ft.c
Commit message (Collapse)AuthorAgeFilesLines
* font_load_ft.c: fix possible crash with recent FontconfigUoti Urpala2012-05-171-1/+1
| | | | | | | | | | | Calling FcFontMatch with last argument NULL triggers an assertion failure in latest libfontconfig (2.9.0). Change the code to use a dummy address, like another nearby call to FcFontMatch already did. Whether the code triggering the assertion failure was run depended on font settings and/or available system fonts (the code looks like you'd have to get a non-scalable font first). Thus it didn't usually happen even with problematic libfontconfig version.
* cleanup: shut up more warningsClément Bœsch2011-05-061-5/+7
|
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-0/+1176