diff plugins/win32/transparency/win2ktrans.c @ 4726:0b1c01fd68f1

[gaim-migrate @ 5039] Fixed win2ktrans and iconaway plugins committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 12 Mar 2003 16:45:33 +0000
parents 864518c3767d
children 5160333a80df
line wrap: on
line diff
--- a/plugins/win32/transparency/win2ktrans.c	Wed Mar 12 12:35:02 2003 +0000
+++ b/plugins/win32/transparency/win2ktrans.c	Wed Mar 12 16:45:33 2003 +0000
@@ -25,6 +25,7 @@
 #include <gtk/gtk.h>
 #include <gdk/gdkwin32.h>
 #include "gaim.h"
+#include "gtklist.h"
 #include "win32dep.h"
 
 /*
@@ -47,6 +48,8 @@
 #define OPT_WGAIM_BLTRANS               0x00000004
 #define OPT_WGAIM_BUDDYWIN_ONTOP        0x00000008
 
+#define blist (gaim_get_blist()?(GAIM_GTK_BLIST(gaim_get_blist())?((GAIM_GTK_BLIST(gaim_get_blist()))->window):NULL):NULL)
+
 /*
  *  DATA STRUCTS
  */
@@ -59,7 +62,6 @@
 /*
  *  GLOBALS
  */
-G_MODULE_IMPORT GtkWidget *blist;
 
 /*
  *  LOCALS