]> Pileus Git - ~andy/gtk/commit
Fixes for GdkColormapX11 (#100023, Naofumi Yasufuku)
authorOwen Taylor <otaylor@redhat.com>
Mon, 9 Dec 2002 01:29:34 +0000 (01:29 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 9 Dec 2002 01:29:34 +0000 (01:29 +0000)
commitbb0446a014d1481cb4ffff92646e29833a443a4e
treed7587714441c6451ec2563d58da567c31b4a9595
parentaf9b53fc58e40613b1f08e7e9aae0a21da321be2
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.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkcolor-x11.c