mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix a bug in one of my earlier changes. (From Naofumi Yasufuku, #100023)
Mon Dec 9 10:44:59 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private): Fix a bug in one of my earlier changes. (From Naofumi Yasufuku, #100023)
This commit is contained in:
parent
39e143aa68
commit
516b7c18ba
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 10:44:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private):
|
||||
Fix a bug in one of my earlier changes. (From Naofumi Yasufuku,
|
||||
#100023)
|
||||
|
||||
Sun Dec 8 21:43:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c: Fix spacing in a bunch of
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 10:44:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private):
|
||||
Fix a bug in one of my earlier changes. (From Naofumi Yasufuku,
|
||||
#100023)
|
||||
|
||||
Sun Dec 8 21:43:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c: Fix spacing in a bunch of
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 10:44:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private):
|
||||
Fix a bug in one of my earlier changes. (From Naofumi Yasufuku,
|
||||
#100023)
|
||||
|
||||
Sun Dec 8 21:43:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c: Fix spacing in a bunch of
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 10:44:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private):
|
||||
Fix a bug in one of my earlier changes. (From Naofumi Yasufuku,
|
||||
#100023)
|
||||
|
||||
Sun Dec 8 21:43:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c: Fix spacing in a bunch of
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 10:44:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private):
|
||||
Fix a bug in one of my earlier changes. (From Naofumi Yasufuku,
|
||||
#100023)
|
||||
|
||||
Sun Dec 8 21:43:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c: Fix spacing in a bunch of
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 10:44:59 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors_private):
|
||||
Fix a bug in one of my earlier changes. (From Naofumi Yasufuku,
|
||||
#100023)
|
||||
|
||||
Sun Dec 8 21:43:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c: Fix spacing in a bunch of
|
||||
|
@ -876,7 +876,7 @@ gdk_colormap_alloc_colors_private (GdkColormap *colormap,
|
||||
success[i] = TRUE;
|
||||
colors[i].pixel = index;
|
||||
|
||||
colormap->colors[i] = colors[i];
|
||||
colormap->colors[index] = colors[i];
|
||||
private->info[index].ref_count++;
|
||||
|
||||
g_hash_table_insert (private->hash,
|
||||
|
Loading…
Reference in New Issue
Block a user