comparison plugins/ticker/ticker.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents eeba9205dd0f
children a18e88c4dace
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
19 19
20 /* 20 /*
21 * ticker.c -- Syd Logan, Summer 2000 21 * ticker.c -- Syd Logan, Summer 2000
22 * pluginized- Sean Egan, Summer 2002 22 * pluginized- Sean Egan, Summer 2002
23 */ 23 */
24 24 #include "internal.h"
25 25
26 #include <gtk/gtk.h> 26 #include "blist.h"
27 #include "conversation.h"
28 #include "debug.h"
29 #include "prpl.h"
30
31 #include "gtkblist.h"
32 #include "gtkplugin.h"
33
34 #include "gaim.h"
35
27 #include "gtkticker.h" 36 #include "gtkticker.h"
28 #include <string.h>
29 #include <stdlib.h>
30 #include "gaim.h"
31 #include "prpl.h"
32 #include "gtkplugin.h"
33 #include "blist.h"
34 #include "gtkblist.h"
35 #ifdef _WIN32
36 #include "win32dep.h"
37 #endif
38 37
39 #define TICKER_PLUGIN_ID "gtk-ticker" 38 #define TICKER_PLUGIN_ID "gtk-ticker"
40 39
41 static GtkWidget *tickerwindow = NULL; 40 static GtkWidget *tickerwindow = NULL;
42 static GtkWidget *ticker; 41 static GtkWidget *ticker;