comparison src/gaim.h @ 1242:8cb5c1000ea9

[gaim-migrate @ 1252] i'm spiderman committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 12 Dec 2000 15:52:24 +0000
parents 78c4f497db2b
children eaa0e2f5ace4
comparison
equal deleted inserted replaced
1241:1881b8c12350 1242:8cb5c1000ea9
225 225
226 struct buddy_show { 226 struct buddy_show {
227 GtkWidget *item; 227 GtkWidget *item;
228 GtkWidget *pix; 228 GtkWidget *pix;
229 GtkWidget *label; 229 GtkWidget *label;
230 GtkWidget *warn;
230 GtkWidget *idle; 231 GtkWidget *idle;
231 char *name; 232 char *name;
232 char *show; 233 char *show;
233 GSList *connlist; 234 GSList *connlist;
234 guint log_timer; 235 guint log_timer;
465 #define OPT_DISP_CONV_BIG_ENTRY 0x00010000 466 #define OPT_DISP_CONV_BIG_ENTRY 0x00010000
466 #define OPT_DISP_CHAT_BIG_ENTRY 0x00020000 467 #define OPT_DISP_CHAT_BIG_ENTRY 0x00020000
467 #define OPT_DISP_NO_MT_GRP 0x00040000 468 #define OPT_DISP_NO_MT_GRP 0x00040000
468 #define OPT_DISP_CONV_BUTTON_XPM 0x00080000 469 #define OPT_DISP_CONV_BUTTON_XPM 0x00080000
469 #define OPT_DISP_CHAT_BUTTON_XPM 0x00100000 470 #define OPT_DISP_CHAT_BUTTON_XPM 0x00100000
471 #define OPT_DISP_SHOW_WARN 0x00200000
470 472
471 extern int sound_options; 473 extern int sound_options;
472 #define OPT_SOUND_LOGIN 0x00000001 474 #define OPT_SOUND_LOGIN 0x00000001
473 #define OPT_SOUND_LOGOUT 0x00000002 475 #define OPT_SOUND_LOGOUT 0x00000002
474 #define OPT_SOUND_RECV 0x00000004 476 #define OPT_SOUND_RECV 0x00000004