summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-09 02:41:51 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-09 02:41:51 +0000
commitaf36a5e5c1d2019b873f33ec7062bc88ba219cbc (patch)
treeeebecbe5ddcd96678975ce55c52fdefbb8074f22 /ChangeLog.pre-2-2
parente4c9e2ebcad6167cc304cff2a284df32a4666d43 (diff)
downloadgdk-pixbuf-af36a5e5c1d2019b873f33ec7062bc88ba219cbc.tar.gz
Fix a lost refcount in the case where we get a duplicate back from the X
Sun Dec 8 21:29:10 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc1): Fix a lost refcount in the case where we get a duplicate back from the X server. * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_writeable): Set success[] for all colors when allocation of colors cells via XAllocColorCells succeeds. * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private): Don't match against colors cells allocated writeable.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-213
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index bc8d3c876..a3881df71 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,16 @@
+Sun Dec 8 21:29:10 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc1): Fix
+ a lost refcount in the case where we get a duplicate
+ back from the X server.
+
+ * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_writeable):
+ Set success[] for all colors when allocation of colors
+ cells via XAllocColorCells succeeds.
+
+ * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private):
+ Don't match against colors cells allocated writeable.
+
Sun Dec 8 21:22:46 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private):