comparison plugins/ticker/ticker.c @ 3867:43e396e94095

[gaim-migrate @ 4019] compile cleanups by nathan committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 03 Nov 2002 07:36:09 +0000
parents 195049ac6bf3
children 3ccbdf8e7f8d
comparison
equal deleted inserted replaced
3866:994b5c4d15dd 3867:43e396e94095
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
25 #ifndef GAIM_PLUGINS
26 #define GAIM_PLUGINS
27 #endif
28 25
29 #include <gtk/gtk.h> 26 #include <gtk/gtk.h>
30 #include "gtkticker.h" 27 #include "gtkticker.h"
31 #include <string.h> 28 #include <string.h>
32 #include <stdlib.h> 29 #include <stdlib.h>
33 #include "gaim.h" 30 #include "gaim.h"
34 #include "prpl.h" 31 #include "prpl.h"
35 #include "pixmaps/no_icon.xpm" 32 #include "pixmaps/no_icon.xpm"
36 #ifdef _WIN32 33 #ifdef _WIN32
37 #include "win32dep.h" 34 #include "win32dep.h"
35 #endif
36
37 #ifndef GAIM_PLUGINS
38 #define GAIM_PLUGINS
38 #endif 39 #endif
39 40
40 static GtkWidget *tickerwindow = NULL; 41 static GtkWidget *tickerwindow = NULL;
41 static GtkWidget *ticker; 42 static GtkWidget *ticker;
42 static GModule *handle; 43 static GModule *handle;