| Index: core/src/fxge/ge/fx_ge_linux.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_linux.cpp b/core/src/fxge/ge/fx_ge_linux.cpp
|
| index 61202597f59747f2797b7f6daacb48c5c8324313..299806ca07ed36cbdb888f3fceae0b3525618a76 100644
|
| --- a/core/src/fxge/ge/fx_ge_linux.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_linux.cpp
|
| @@ -198,13 +198,13 @@ void* CFX_LinuxFontInfo::FindFont(int weight,
|
| int pitch_family,
|
| const FX_CHAR* family,
|
| FX_BOOL bMatchName) {
|
| - CFontFaceInfo* pFind = NULL;
|
| + CFX_FontFaceInfo* pFind = NULL;
|
| FX_DWORD charset_flag = _LinuxGetCharset(charset);
|
| int32_t iBestSimilar = 0;
|
| FX_POSITION pos = m_FontList.GetStartPosition();
|
| while (pos) {
|
| CFX_ByteString bsName;
|
| - CFontFaceInfo* pFont = NULL;
|
| + CFX_FontFaceInfo* pFont = NULL;
|
| m_FontList.GetNextAssoc(pos, bsName, (void*&)pFont);
|
| if (!(pFont->m_Charsets & charset_flag) &&
|
| charset != FXFONT_DEFAULT_CHARSET) {
|
|
|