aboutsummaryrefslogtreecommitdiffstats
path: root/community/gtk+2.0/xid-collision-debug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gtk+2.0/xid-collision-debug.patch')
-rw-r--r--community/gtk+2.0/xid-collision-debug.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/community/gtk+2.0/xid-collision-debug.patch b/community/gtk+2.0/xid-collision-debug.patch
new file mode 100644
index 00000000000..dc879b90984
--- /dev/null
+++ b/community/gtk+2.0/xid-collision-debug.patch
@@ -0,0 +1,18 @@
+Patch-Source: https://github.com/archlinux/svntogit-packages/blob/6f4503cd969c18250d6612c483627b7fc400725a/trunk/xid-collision-debug.patch
+--
+ gdk/x11/gdkxid.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git c/gdk/x11/gdkxid.c i/gdk/x11/gdkxid.c
+index 1005f9e40c..1523fa70b2 100644
+--- c/gdk/x11/gdkxid.c
++++ i/gdk/x11/gdkxid.c
+@@ -58,7 +58,7 @@ _gdk_xid_table_insert (GdkDisplay *display,
+ (GEqualFunc) gdk_xid_equal);
+
+ if (g_hash_table_lookup (display_x11->xid_ht, xid))
+- g_warning ("XID collision, trouble ahead");
++ g_debug ("XID collision, trouble ahead");
+
+ g_hash_table_insert (display_x11->xid_ht, xid, data);
+ }