CtrlCore: Refactored MT for Win32

git-svn-id: svn://ultimatepp.org/upp/trunk@5560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-11-19 08:40:52 +00:00
parent 73da8b8bc0
commit 008bd109f8
6 changed files with 11 additions and 16 deletions

View file

@ -146,6 +146,9 @@ GlyphInfo XftGetGlyphInfoSys(Font font, int chr)
}
INITBLOCK {
// it is probably not quite required as Xft is based on FC, but to be sure to have
// consistent metrics hook Xft metrics into Draw/FontFc.cpp
extern CommonFontInfo (*GetFontInfoSysXft)(Font font);
extern GlyphInfo (*GetGlyphInfoSysXft)(Font font, int chr);