mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
provide a GUI field for alternative fonts, pango.aliases replacement
This commit is contained in:
@@ -115,7 +115,13 @@ struct xchatprefs
|
||||
char awayreason[256];
|
||||
char quitreason[256];
|
||||
char partreason[256];
|
||||
#ifdef WIN32
|
||||
char font_normal[4 * FONTNAMELEN + 1];
|
||||
char font_main[FONTNAMELEN + 1];
|
||||
char font_alternative[3 * FONTNAMELEN + 1];
|
||||
#else
|
||||
char font_normal[FONTNAMELEN + 1];
|
||||
#endif
|
||||
char doubleclickuser[256];
|
||||
char gui_license[64];
|
||||
char spell_langs[64];
|
||||
|
||||
Reference in New Issue
Block a user