mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-03 16:44:53 -06:00
newdraw sync
git-svn-id: svn://ultimatepp.org/upp/trunk@1391 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
83d2a6c0c6
commit
ebea20976a
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ FcPattern *CreateFcPattern(Font font, int angle)
|
|||
FcPatternAddMatrix(p, FC_MATRIX, &mx);
|
||||
}
|
||||
FcResult result;
|
||||
FcPattern *m = XftFontMatch(Xdisplay, Xscreenno, p, &result);
|
||||
FcPattern *m = FcFontMatch(Xdisplay, Xscreenno, p, &result);
|
||||
FcPatternDestroy(p);
|
||||
return m;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue