aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-11-21 12:18:24 +0800
committermarcus <marcus@FreeBSD.org>2002-11-21 12:18:24 +0800
commit11bfd329f5d2249e245ffd2eae756f075856fce7 (patch)
treecaada72973fb11f47ee68be66ac446afda5591ed /x11-toolkits/gtk20/files
parent43ee95579fe2e33f3eff70dddddbfa8b2a5b4c4c (diff)
downloadfreebsd-ports-graphics-11bfd329f5d2249e245ffd2eae756f075856fce7.tar.gz
freebsd-ports-graphics-11bfd329f5d2249e245ffd2eae756f075856fce7.tar.zst
freebsd-ports-graphics-11bfd329f5d2249e245ffd2eae756f075856fce7.zip
Update to 2.0.9.
Diffstat (limited to 'x11-toolkits/gtk20/files')
-rw-r--r--x11-toolkits/gtk20/files/patch-gdk_x11_gdkwindow-x11.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gdk_x11_gdkwindow-x11.c b/x11-toolkits/gtk20/files/patch-gdk_x11_gdkwindow-x11.c
deleted file mode 100644
index 404e798d5bc..00000000000
--- a/x11-toolkits/gtk20/files/patch-gdk_x11_gdkwindow-x11.c
+++ /dev/null
@@ -1,17 +0,0 @@
-This is a temporary patch. It is already in GNOME CVS, and will be merged in
-the next gtk+-2.0.x release. More details on what this patch fixes can be
-found at:
-
-http://bugzilla.gnome.org/show_bug.cgi?id=94806
-
---- gdk/x11/gdkwindow-x11.c.orig Sat Nov 16 19:25:15 2002
-+++ gdk/x11/gdkwindow-x11.c Sat Nov 16 19:26:16 2002
-@@ -202,6 +202,8 @@
- &window_attributes);
- drawable_impl->colormap =
- gdk_colormap_lookup (window_attributes.colormap);
-+ if (drawable_impl->colormap)
-+ g_object_ref (drawable_impl->colormap);
- }
-
- return drawable_impl->colormap;