comparison src/aim.c @ 3391:412d1035d666

[gaim-migrate @ 3410] Pluginzed the ticker. the ticker will load itself if the old ticker option was set. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 11 Aug 2002 06:42:17 +0000
parents f06c87748d91
children 8fa61405af2b
comparison
equal deleted inserted replaced
3390:a5d356cba156 3391:412d1035d666
55 #include "pixmaps/logo.xpm" 55 #include "pixmaps/logo.xpm"
56 #if HAVE_SIGNAL_H 56 #if HAVE_SIGNAL_H
57 #include <signal.h> 57 #include <signal.h>
58 #endif 58 #endif
59 #include "locale.h" 59 #include "locale.h"
60 #include "gtkticker.h"
61 #include "gtkspell.h" 60 #include "gtkspell.h"
62 #ifndef USE_APPLET 61 #ifndef USE_APPLET
63 #include <getopt.h> 62 #include <getopt.h>
64 #endif 63 #endif
65 64
80 79
81 int opt_away = 0; 80 int opt_away = 0;
82 char *opt_away_arg = NULL; 81 char *opt_away_arg = NULL;
83 char *opt_rcfile_arg = NULL; 82 char *opt_rcfile_arg = NULL;
84 int opt_debug = 0; 83 int opt_debug = 0;
85
86 void BuddyTickerCreateWindow(void);
87 84
88 #if HAVE_SIGNAL_H 85 #if HAVE_SIGNAL_H
89 /* 86 /*
90 * Lists of signals we wish to catch and those we wish to ignore. 87 * Lists of signals we wish to catch and those we wish to ignore.
91 * Each list terminated with -1 88 * Each list terminated with -1