diff options
author | Merov Linden <merov@lindenlab.com> | 2013-01-10 14:51:59 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-01-10 14:51:59 -0800 |
commit | 573ab07a40acc78e28ae390331d862d3f858bb07 (patch) | |
tree | 7944ca93182468372186d202e45ba1ddcd7635b2 /indra/llwindow/llwindowsdl.cpp | |
parent | 45e72bf3cbd08eef96663d569cec3ecae198a8e4 (diff) | |
parent | fde976cf2bf9740dcd821ad37f0747beaabe34dd (diff) |
Merge pull from lindenlab/viewer-beta
Diffstat (limited to 'indra/llwindow/llwindowsdl.cpp')
-rw-r--r-- | indra/llwindow/llwindowsdl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index 3bf4a48cb6..39f8a36a6e 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -2646,8 +2646,9 @@ std::vector<std::string> LLWindowSDL::getDynamicFallbackFontList() if (sortpat) { // Sort the list of system fonts from most-to-least-desirable. + FcResult result; fs = FcFontSort(NULL, sortpat, elide_unicode_coverage, - NULL, NULL); + NULL, &result); FcPatternDestroy(sortpat); } |