comparison src/gaim.h @ 5032:cb700c07ee07

[gaim-migrate @ 5375] Rewrote the buddy pounce code. It's now core/UI split, and may allow for more advanced stuff later. Pounce actions are now a UI thing, and the backend logic for registering, unregistering, and activating pouncs is now in core. Also, the buddy pounce dialog was redesigned. Oh, and there are new pounce types. You can now choose from: * Sign on * Sign off * Away * Return from away * Idle * Return from idle * Buddy starts typing * Buddy stops typing Should work. I've been using it for some time. If you find a bug, though, let me know. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 05 Apr 2003 10:14:21 +0000
parents 088566495617
children 89c0c811befa
comparison
equal deleted inserted replaced
5031:bc494c4a3991 5032:cb700c07ee07
194 * length. */ 194 * length. */
195 #define BUF_LEN MSG_LEN 195 #define BUF_LEN MSG_LEN
196 #define BUF_LONG BUF_LEN * 2 196 #define BUF_LONG BUF_LEN * 2
197 197
198 /* Globals in aim.c */ 198 /* Globals in aim.c */
199 extern GList *buddy_pounces;
200 extern int opt_away; 199 extern int opt_away;
201 extern char *opt_away_arg; 200 extern char *opt_away_arg;
202 extern char *opt_rcfile_arg; 201 extern char *opt_rcfile_arg;
203 extern int opt_debug; 202 extern int opt_debug;
204 203