diff pidgin/gtkblist.c @ 21885:f5d961556972

Refactor some of the tooltip drawing functions. And add some pretend docs. Also, fix a bug where a tooltip would popup when hovering over the treeview headers (in the roomlist, for example).
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 18 Dec 2007 09:17:39 +0000
parents 6bf73aea6450
children 5814ae85e756
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Tue Dec 18 06:32:42 2007 +0000
+++ b/pidgin/gtkblist.c	Tue Dec 18 09:17:39 2007 +0000
@@ -2632,7 +2632,8 @@
 	return td;
 }
 
-static gboolean pidgin_blist_paint_tip(GtkWidget *widget, GdkEventExpose *event, gpointer data)
+static gboolean
+pidgin_blist_paint_tip(GtkWidget *widget, gpointer null)
 {
 	GtkStyle *style;
 	int current_height, max_width;