comparison src/gaim.h @ 5248:d635e8fe2fba

[gaim-migrate @ 5620] Just cleaning up some loose ends. This should fix compilation on Windows oxen. How do you peeps feel about the TOMBSTONE thing? I just like using that word. "TOBMSTONE." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 28 Apr 2003 06:11:49 +0000
parents 890b29f00b68
children af62169c74fd
comparison
equal deleted inserted replaced
5247:60983a46700e 5248:d635e8fe2fba
181 #define OPT_POUNCE_TYPING 0x080 181 #define OPT_POUNCE_TYPING 0x080
182 #define OPT_POUNCE_SAVE 0x100 182 #define OPT_POUNCE_SAVE 0x100
183 183
184 #define OPT_POUNCE_NOTIFY 0x200 184 #define OPT_POUNCE_NOTIFY 0x200
185 185
186 #define CONVERSATION_TITLE "%s - Gaim"
187 #define LOG_CONVERSATION_TITLE "%s - Gaim (logged)"
188
189 /* These should all be runtime selectable */ 186 /* These should all be runtime selectable */
190 187
191 #define MSG_LEN 2048 188 #define MSG_LEN 2048
192 /* The above should normally be the same as BUF_LEN, 189 /* The above should normally be the same as BUF_LEN,
193 * but just so we're explictly asking for the max message 190 * but just so we're explictly asking for the max message
194 * length. */ 191 * length. */
195 #define BUF_LEN MSG_LEN 192 #define BUF_LEN MSG_LEN
196 #define BUF_LONG BUF_LEN * 2 193 #define BUF_LONG BUF_LEN * 2
197 194
198 /* Globals in aim.c */ 195 /* Globals in main.c */
199 extern int opt_away; 196 extern int opt_away;
200 extern char *opt_away_arg; 197 extern char *opt_away_arg;
201 extern char *opt_rcfile_arg; 198 extern char *opt_rcfile_arg;
202 extern int opt_debug; 199 extern int opt_debug;
203 200
204 extern guint misc_options; 201 extern guint misc_options;
205 #define OPT_MISC_DEBUG 0x00000001 202 #define OPT_MISC_DEBUG 0x00000001
206 #define OPT_MISC_BROWSER_POPUP 0x00000002 203 #define OPT_MISC_BROWSER_POPUP 0x00000002
207 #define OPT_MISC_BUDDY_TICKER 0x00000004 204 #define OPT_MISC_BUDDY_TICKER 0x00000004
208 #define OPT_MISC_STEALTH_TYPING 0x00000010 205 #define OPT_MISC_STEALTH_TYPING 0x00000010
209 #define OPT_MISC_USE_SERVER_ALIAS 0x00000020 206 #define OPT_MISC_USE_SERVER_ALIAS 0x00000020
210 207
211 extern guint logging_options; 208 extern guint logging_options;
212 #define OPT_LOG_CONVOS 0x00000001 209 #define OPT_LOG_CONVOS 0x00000001
213 #define OPT_LOG_STRIP_HTML 0x00000002 210 #define OPT_LOG_STRIP_HTML 0x00000002
214 #define OPT_LOG_BUDDY_SIGNON 0x00000004 211 #define OPT_LOG_BUDDY_SIGNON 0x00000004
311 #define OPT_SOUND_CMD 0x00020000 308 #define OPT_SOUND_CMD 0x00020000
312 #define OPT_SOUND_CHAT_NICK 0x00040000 309 #define OPT_SOUND_CHAT_NICK 0x00040000
313 310
314 extern guint away_options; 311 extern guint away_options;
315 #define OPT_AWAY_BACK_ON_IM 0x00000002 312 #define OPT_AWAY_BACK_ON_IM 0x00000002
316 /* #define OPT_AWAY_TIK_HACK 0x00000004 */ 313 /* #define OPT_AWAY_TOMBSTONE 0x00000004 */
317 #define OPT_AWAY_AUTO 0x00000008 314 #define OPT_AWAY_AUTO 0x00000008
318 #define OPT_AWAY_NO_AUTO_RESP 0x00000010 315 #define OPT_AWAY_NO_AUTO_RESP 0x00000010
319 #define OPT_AWAY_QUEUE 0x00000020 316 #define OPT_AWAY_QUEUE 0x00000020
320 #define OPT_AWAY_IDLE_RESP 0x00000040 317 #define OPT_AWAY_IDLE_RESP 0x00000040
321 #define OPT_AWAY_QUEUE_UNREAD 0x00000080 318 #define OPT_AWAY_QUEUE_UNREAD 0x00000080
330 extern GSList *away_time_queue; 327 extern GSList *away_time_queue;
331 extern char web_command[2048]; 328 extern char web_command[2048];
332 extern struct save_pos blist_pos; 329 extern struct save_pos blist_pos;
333 extern struct window_size conv_size, buddy_chat_size; 330 extern struct window_size conv_size, buddy_chat_size;
334 331
335 /* Functions in aim.c */ 332 /* Functions in main.c */
336 extern void do_quit(); 333 extern void do_quit();
337 334
338 /* Functions in buddy.c */ 335 /* Functions in gtkblist.c */
339 extern void signoff(struct gaim_connection *); 336 extern void signoff(struct gaim_connection *);
340 337
341 /* Functions in buddy_chat.c */ 338 /* Functions in buddy_chat.c */
342 #if 0 339 #if 0
343 extern void show_new_buddy_chat(struct gaim_conversation *); 340 extern void show_new_buddy_chat(struct gaim_conversation *);