diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-09 01:29:34 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-09 01:29:34 +0000 |
commit | bb0446a014d1481cb4ffff92646e29833a443a4e (patch) | |
tree | d7587714441c6451ec2563d58da567c31b4a9595 /ChangeLog.pre-2-2 | |
parent | af9b53fc58e40613b1f08e7e9aae0a21da321be2 (diff) | |
download | gtk+-bb0446a014d1481cb4ffff92646e29833a443a4e.tar.gz |
Fixes for GdkColormapX11 (#100023, Naofumi Yasufuku)
Sun Dec 8 20:19:22 2002 Owen Taylor <otaylor@redhat.com>
Fixes for GdkColormapX11 (#100023, Naofumi Yasufuku)
* gdk/x11/gdkcolor-x11.c (gdk_x11_colormap_foreign_new):
Fix typo that caused us to always return the system
colormap.
* gdk/x11/gdkcolor-x11.c (gdk_colormap_new): When allocating
a private colormap and copying the system palette
to prevent flashing, handle colormap->size greater than
system_colormap->size.
* gdk/x11/gdkcolor-x11.c (gdk_x11_colormap_get_xdisplay):
Get rid of the last remains of private->xdisplay
in favor of using private->screen.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 6d2e243341..66fa3f7b86 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,20 @@ +Sun Dec 8 20:19:22 2002 Owen Taylor <otaylor@redhat.com> + + Fixes for GdkColormapX11 (#100023, Naofumi Yasufuku) + + * gdk/x11/gdkcolor-x11.c (gdk_x11_colormap_foreign_new): + Fix typo that caused us to always return the system + colormap. + + * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): When allocating + a private colormap and copying the system palette + to prevent flashing, handle colormap->size greater than + system_colormap->size. + + * gdk/x11/gdkcolor-x11.c (gdk_x11_colormap_get_xdisplay): + Get rid of the last remains of private->xdisplay + in favor of using private->screen. + 2002-12-09 Tor Lillqvist <tml@iki.fi> Merge from stable: |