diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-09 02:41:51 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-09 02:41:51 +0000 |
commit | af36a5e5c1d2019b873f33ec7062bc88ba219cbc (patch) | |
tree | eebecbe5ddcd96678975ce55c52fdefbb8074f22 /ChangeLog.pre-2-4 | |
parent | e4c9e2ebcad6167cc304cff2a284df32a4666d43 (diff) | |
download | gdk-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-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index bc8d3c876..a3881df71 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -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): |