diff audacious/ui_fileinfo.c @ 1341:981ffc1cc402 trunk

[svn] - properly cast the GDK_WINDOW()
author nenolod
date Wed, 28 Jun 2006 01:31:31 -0700
parents 8e3f13cc95ff
children 0c41255487ee
line wrap: on
line diff
--- a/audacious/ui_fileinfo.c	Tue Jun 27 23:14:47 2006 -0700
+++ b/audacious/ui_fileinfo.c	Wed Jun 28 01:31:31 2006 -0700
@@ -66,6 +66,7 @@
 
 GtkWidget *fileinfo_win;
 GtkWidget *filepopup_win;
+GdkPixbuf *filepopup_pixbuf;
 
 static void
 fileinfo_entry_set_text(const char *entry, const char *text)
@@ -180,7 +181,7 @@
 	gboolean skip = FALSE;
 
 	if (playlistwin_is_shaded() || playlistwin_list->pl_tooltips == FALSE
-		|| gdk_window_at_pointer(NULL, NULL) != playlistwin->window
+		|| gdk_window_at_pointer(NULL, NULL) != GDK_WINDOW(playlistwin->window)
 		|| gdk_window_at_pointer(NULL, NULL) == NULL)
 	{
 		ctr = 0;