diff src/gtkconv.h @ 4421:31834b4598eb

[gaim-migrate @ 4694] (23:26:06) deryni: Black on Black is not the best color choice this should let you use custom colors again. thanks deryni! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 26 Jan 2003 04:27:14 +0000
parents bdab2840ef4c
children 2054d8429925
line wrap: on
line diff
--- a/src/gtkconv.h	Sun Jan 26 04:23:20 2003 +0000
+++ b/src/gtkconv.h	Sun Jan 26 04:27:14 2003 +0000
@@ -107,8 +107,6 @@
 {
 	gboolean make_sound;
 	gboolean has_font;
-	gboolean has_fg;
-	gboolean has_bg;
 	char fontface[128];
 	GdkColor fg_color;
 	GdkColor bg_color;
@@ -253,6 +251,12 @@
 void gaim_gtkconv_update_font_buttons(void);
 
 /**
+ * Updates the font colors of each conversation to the new colors
+ * chosen in the prefs dialog.
+ */
+void gaim_gtkconv_update_font_colors(struct gaim_conversation *conv);
+
+/**
  * Updates the tab positions on all conversation windows to reflect any
  * changed preferences.
  */