diff src/gaim.h @ 2323:bde2481bb4db

[gaim-migrate @ 2333] option to hide icons committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 20 Sep 2001 09:12:29 +0000
parents ab8ca5d75dcd
children a6d0edc31554
line wrap: on
line diff
--- a/src/gaim.h	Thu Sep 20 08:42:14 2001 +0000
+++ b/src/gaim.h	Thu Sep 20 09:12:29 2001 +0000
@@ -515,6 +515,7 @@
 #define OPT_IM_ONE_WINDOW		0x00000010
 #define OPT_IM_SIDE_TAB			0x00000020
 #define OPT_IM_BR_TAB			0x00000040
+#define OPT_IM_HIDE_ICONS		0x00000080
 
 extern guint chat_options;
 #define OPT_CHAT_ONE_WINDOW		0x00000001
@@ -730,6 +731,7 @@
 extern void chat_tabize();
 extern void update_convo_color();
 extern void update_convo_font();
+extern void set_hide_icons();
 
 /* Functions in toc.c */
 extern void parse_toc_buddy_list(struct gaim_connection *, char *, int);