From b37ec40e59ef9c3bbbcea8187b421fa685faf898 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 11 Jan 2010 21:45:36 +0000 Subject: [PATCH] update patch --- tooltip-positioning.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooltip-positioning.patch b/tooltip-positioning.patch index 2eb614b..97afc7d 100644 --- a/tooltip-positioning.patch +++ b/tooltip-positioning.patch @@ -45,7 +45,7 @@ diff -up gtk+-2.18.3/gtk/gtktooltip.c.positioning gtk+-2.18.3/gtk/gtktooltip.c + if (y + requisition.height <= monitor.y + monitor.height) { - gdk_window_get_origin (new_tooltip_widget->window, &x, &y); -- if (GTK_WIDGET_NO_WINDOW (new_tooltip_widget)) +- if (!gtk_widget_get_has_window (new_tooltip_widget)) + if (tooltip->keyboard_mode_enabled) + goto found; +