pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libgnomeui/patches kill stale patch, noticed by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5dc008e0db11
branches: trunk
changeset: 534886:5dc008e0db11
user: drochner <drochner%pkgsrc.org@localhost>
date: Sat Nov 03 14:42:07 2007 +0000
description:
kill stale patch, noticed by Matthias Scheler
diffstat:
devel/libgnomeui/patches/patch-aa | 25 -------------------------
1 files changed, 0 insertions(+), 25 deletions(-)
diffs (29 lines):
diff -r c25815975ea8 -r 5dc008e0db11 devel/libgnomeui/patches/patch-aa
--- a/devel/libgnomeui/patches/patch-aa Sat Nov 03 14:34:32 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2007/03/05 00:16:26 dbj Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=382923
-
---- libgnomeui/gnome-ui-init.c.orig 2006-10-05 03:45:42.000000000 -0700
-+++ libgnomeui/gnome-ui-init.c 2007-03-04 15:58:45.000000000 -0800
-@@ -840,7 +840,17 @@ static void libgnomeui_segv_handle(int s
- /* Make sure we release grabs */
- gdk_pointer_ungrab(GDK_CURRENT_TIME);
- gdk_keyboard_ungrab(GDK_CURRENT_TIME);
-- XUngrabServer (GDK_DISPLAY ());
-+#ifdef GDK_WINDOWING_X11
-+ /* gdk reference counts x11 display grabs, but doesn't
-+ * provide a way to release them all. so try several times
-+ */
-+ {
-+ int i;
-+ for (i=0; i < 10; i++) {
-+ gdk_x11_ungrab_server();
-+ }
-+ }
-+#endif
-
- gdk_flush();
-
Home |
Main Index |
Thread Index |
Old Index