diff src/gaim.h @ 1441:5c67b8794991

[gaim-migrate @ 1451] patch from decklin to have default font size. yum. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 29 Jan 2001 01:19:24 +0000
parents 1f0660a2c893
children 2f4e6269b001
line wrap: on
line diff
--- a/src/gaim.h	Mon Jan 29 01:13:31 2001 +0000
+++ b/src/gaim.h	Mon Jan 29 01:19:24 2001 +0000
@@ -321,6 +321,8 @@
 	int makesound;
 	char fontface[128];
 	int hasfont;
+	int fontsize;
+	int hassize;
 	GdkColor bgcol;
 	int hasbg;
 	GdkColor fgcol;
@@ -410,6 +412,7 @@
 
 /* Globals in dialog.c */
 extern char fontface[64];
+extern int fontsize;
 extern GdkColor bgcolor;
 extern GdkColor fgcolor;
 extern int smiley_array[FACE_TOTAL];
@@ -512,6 +515,7 @@
 #define OPT_FONT_FACE            0x00000020
 #define OPT_FONT_FGCOL           0x00000040
 #define OPT_FONT_BGCOL           0x00000080
+#define OPT_FONT_SIZE            0x00000100
 
 #define OPT_USR_AUTO		0x00000001
 #define OPT_USR_KEEPALV		0x00000002