mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
make lang code support non-conditional
This commit is contained in:
parent
3b52f7bbd0
commit
4208c33ecf
2 changed files with 0 additions and 6 deletions
|
@ -431,13 +431,11 @@ dict_getFaceBitmaps( const DictionaryCtxt* dict, Tile tile, XP_Bitmaps* bmps )
|
||||||
bmps->bmps[1] = bitmaps->largeBM;
|
bmps->bmps[1] = bitmaps->largeBM;
|
||||||
} /* dict_getFaceBitmaps */
|
} /* dict_getFaceBitmaps */
|
||||||
|
|
||||||
#ifdef TALL_FONTS
|
|
||||||
XP_LangCode
|
XP_LangCode
|
||||||
dict_getLangCode( const DictionaryCtxt* dict )
|
dict_getLangCode( const DictionaryCtxt* dict )
|
||||||
{
|
{
|
||||||
return dict->langCode;
|
return dict->langCode;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef STUBBED_DICT
|
#ifdef STUBBED_DICT
|
||||||
|
|
||||||
|
|
|
@ -79,9 +79,7 @@ struct DictionaryCtxt {
|
||||||
SpecialBitmaps* bitmaps;
|
SpecialBitmaps* bitmaps;
|
||||||
XP_UCHAR** chars;
|
XP_UCHAR** chars;
|
||||||
|
|
||||||
#ifdef TALL_FONTS
|
|
||||||
XP_LangCode langCode;
|
XP_LangCode langCode;
|
||||||
#endif
|
|
||||||
|
|
||||||
XP_U8 nFaces;
|
XP_U8 nFaces;
|
||||||
#ifdef NODE_CAN_4
|
#ifdef NODE_CAN_4
|
||||||
|
@ -150,9 +148,7 @@ XP_Bool dict_faceIsBitmap( const DictionaryCtxt* dict, Tile tile );
|
||||||
void dict_getFaceBitmaps( const DictionaryCtxt* dict, Tile tile,
|
void dict_getFaceBitmaps( const DictionaryCtxt* dict, Tile tile,
|
||||||
XP_Bitmaps* bmps );
|
XP_Bitmaps* bmps );
|
||||||
|
|
||||||
#ifdef TALL_FONTS
|
|
||||||
XP_LangCode dict_getLangCode( const DictionaryCtxt* dict );
|
XP_LangCode dict_getLangCode( const DictionaryCtxt* dict );
|
||||||
#endif
|
|
||||||
|
|
||||||
void dict_writeToStream( const DictionaryCtxt* ctxt, XWStreamCtxt* stream );
|
void dict_writeToStream( const DictionaryCtxt* ctxt, XWStreamCtxt* stream );
|
||||||
void dict_loadFromStream( DictionaryCtxt* dict, XWStreamCtxt* stream );
|
void dict_loadFromStream( DictionaryCtxt* dict, XWStreamCtxt* stream );
|
||||||
|
|
Loading…
Add table
Reference in a new issue