comparison plugins/win32/transparency/win2ktrans.c @ 5912:b3c412884a22

[gaim-migrate @ 6344] win32 adjustments for header re-org committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 17 Jun 2003 18:53:49 +0000
parents 14891982dbee
children 5239a3b4ab33
comparison
equal deleted inserted replaced
5911:865f235ffaf0 5912:b3c412884a22
19 * along with this program; if not, write to the free software 19 * along with this program; if not, write to the free software
20 * foundation, inc., 59 temple place, suite 330, boston, ma 02111-1307 usa 20 * foundation, inc., 59 temple place, suite 330, boston, ma 02111-1307 usa
21 * 21 *
22 */ 22 */
23 #include <gdk/gdkwin32.h> 23 #include <gdk/gdkwin32.h>
24 #include <gmodule.h> 24 #include "internal.h"
25 #include "gaim.h" 25
26 #include "prefs.h"
27 #include "debug.h"
28
29 #include "gtkconv.h"
26 #include "gtkplugin.h" 30 #include "gtkplugin.h"
27 #include "gtkblist.h" 31 #include "gtkblist.h"
28 #include "prefs.h" 32 #include "gtkutils.h"
29 #include "win32dep.h"
30 33
31 /* 34 /*
32 * MACROS & DEFINES 35 * MACROS & DEFINES
33 */ 36 */
34 #define WINTRANS_PLUGIN_ID "gtk-win-trans" 37 #define WINTRANS_PLUGIN_ID "gtk-win-trans"