summary refs log tree commit diff stats
path: root/src/common/xchat.h
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-02-15 22:56:52 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-02-15 22:56:52 +0100
commit77ca8de9b3fd241e3191441a5cbde69fad2bf375 (patch)
treee53cc1172beb106ec1e6b0a727cfb27b2a8f1ce3 /src/common/xchat.h
parent6d894ac586a45a1651b02d3818d286fbf1b3def5 (diff)
provide a GUI field for alternative fonts, pango.aliases replacement
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r--src/common/xchat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h
index 6815cc39..dbffb900 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -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];