Mercurial > pidgin
diff src/gaim.h @ 1692:a312d64a995d
[gaim-migrate @ 1702]
and i thought i couldn't do it.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 08 Apr 2001 09:26:00 +0000 |
| parents | 55bb0e870537 |
| children | bea407767ac1 |
line wrap: on
line diff
--- a/src/gaim.h Sun Apr 08 01:27:24 2001 +0000 +++ b/src/gaim.h Sun Apr 08 09:26:00 2001 +0000 @@ -417,6 +417,13 @@ extern char *opt_away_arg; extern char *opt_rcfile_arg; +/* Globals in buddy_chat.c */ +/* it is very important that you don't use this for anything. + * its sole purpose is to allow all group chats to be in one + * window. use struct gaim_connection's buddy_chats instead. */ +extern GList *chats; +extern GtkWidget *all_chats; +extern GtkWidget *chat_notebook; /* Globals in away.c */ extern struct away_message *awaymessage; @@ -487,6 +494,7 @@ #define OPT_DISP_IGNORE_FONTS 0x00400000 #define OPT_DISP_IGNORE_SIZES 0x00800000 #define OPT_DISP_ONE_WINDOW 0x01000000 +#define OPT_DISP_ONE_CHAT_WINDOW 0x02000000 extern int sound_options; #define OPT_SOUND_LOGIN 0x00000001
