mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: Refactored MT for Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@5560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
73da8b8bc0
commit
008bd109f8
6 changed files with 11 additions and 16 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue