diff src/gaim.h @ 2550:01dad6d8ba5b

[gaim-migrate @ 2563] New buddy pounce action: popup notification window. Thanks for the suggestion, Allan Third. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 19 Oct 2001 18:44:52 +0000
parents 0e0a54e5819a
children 4daddeb30354
line wrap: on
line diff
--- a/src/gaim.h	Fri Oct 19 09:58:39 2001 +0000
+++ b/src/gaim.h	Fri Oct 19 18:44:52 2001 +0000
@@ -141,16 +141,18 @@
 	log_quit
 };
 
-#define OPT_POUNCE_POPUP    0x001
-#define OPT_POUNCE_SEND_IM  0x002
-#define OPT_POUNCE_COMMAND  0x004
-#define OPT_POUNCE_SOUND		0x008
+#define OPT_POUNCE_POPUP  	0x001
+#define OPT_POUNCE_SEND_IM	0x002
+#define OPT_POUNCE_COMMAND	0x004
+#define OPT_POUNCE_SOUND	0x008
 
-#define OPT_POUNCE_SIGNON   0x010
-#define OPT_POUNCE_UNAWAY   0x020
-#define OPT_POUNCE_UNIDLE   0x040
+#define OPT_POUNCE_SIGNON 	0x010
+#define OPT_POUNCE_UNAWAY	0x020
+#define OPT_POUNCE_UNIDLE	0x040
 
-#define OPT_POUNCE_SAVE     0x100
+#define OPT_POUNCE_SAVE		0x100
+
+#define OPT_POUNCE_NOTIFY	0x200
 
 struct buddy_pounce {
         char name[80];