update patch
This commit is contained in:
parent
1ebc84c341
commit
4da493c814
@ -1,6 +1,6 @@
|
|||||||
diff -up gtk+-2.21.0/gtk/gtktooltip.c.fresh-tooltips gtk+-2.21.0/gtk/gtktooltip.c
|
diff -up gtk+-2.21.1/gtk/gtktooltip.c.fresh-tooltips gtk+-2.21.1/gtk/gtktooltip.c
|
||||||
--- gtk+-2.21.0/gtk/gtktooltip.c.fresh-tooltips 2010-05-06 22:49:21.000000000 -0400
|
--- gtk+-2.21.1/gtk/gtktooltip.c.fresh-tooltips 2010-05-30 02:52:44.000000000 -0400
|
||||||
+++ gtk+-2.21.0/gtk/gtktooltip.c 2010-05-07 18:16:12.347311268 -0400
|
+++ gtk+-2.21.1/gtk/gtktooltip.c 2010-05-30 19:23:06.464923263 -0400
|
||||||
@@ -33,6 +33,10 @@
|
@@ -33,6 +33,10 @@
|
||||||
#include "gtkhbox.h"
|
#include "gtkhbox.h"
|
||||||
#include "gtkalignment.h"
|
#include "gtkalignment.h"
|
||||||
@ -319,18 +319,9 @@ diff -up gtk+-2.21.0/gtk/gtktooltip.c.fresh-tooltips gtk+-2.21.0/gtk/gtktooltip.
|
|||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
@@ -662,7 +902,7 @@ find_widget_under_pointer (GdkWindow *wi
|
diff -up gtk+-2.21.1/gtk/gtkwidget.c.fresh-tooltips gtk+-2.21.1/gtk/gtkwidget.c
|
||||||
|
--- gtk+-2.21.1/gtk/gtkwidget.c.fresh-tooltips 2010-05-30 02:52:44.000000000 -0400
|
||||||
#ifdef DEBUG_TOOLTIP
|
+++ gtk+-2.21.1/gtk/gtkwidget.c 2010-05-30 19:23:06.475923752 -0400
|
||||||
g_print ("event window %p (belonging to %p (%s)) (%d, %d)\n",
|
|
||||||
- window, event_widget, gtk_widget_get_name (event_widget),
|
|
||||||
+ gindow, event_widget, gtk_widget_get_name (event_widget),
|
|
||||||
*x, *y);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
diff -up gtk+-2.21.0/gtk/gtkwidget.c.fresh-tooltips gtk+-2.21.0/gtk/gtkwidget.c
|
|
||||||
--- gtk+-2.21.0/gtk/gtkwidget.c.fresh-tooltips 2010-05-07 13:34:31.000000000 -0400
|
|
||||||
+++ gtk+-2.21.0/gtk/gtkwidget.c 2010-05-07 18:14:28.348068707 -0400
|
|
||||||
@@ -2561,6 +2561,14 @@ gtk_widget_class_init (GtkWidgetClass *k
|
@@ -2561,6 +2561,14 @@ gtk_widget_class_init (GtkWidgetClass *k
|
||||||
P_("The length of vertical scroll arrows"),
|
P_("The length of vertical scroll arrows"),
|
||||||
1, G_MAXINT, 16,
|
1, G_MAXINT, 16,
|
||||||
|
Loading…
Reference in New Issue
Block a user