diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-03-23 00:16:13 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-23 00:16:13 +0000 |
commit | dac3ffed60fd13b2f1469c40c129691efd2304ff (patch) | |
tree | b7caf605e788d133b356d16513b6d1c7d8d08ba4 /ChangeLog.pre-2-2 | |
parent | 16aa9c196416f6bbb60e22f06f62cae8ab4b0196 (diff) | |
download | gdk-pixbuf-dac3ffed60fd13b2f1469c40c129691efd2304ff.tar.gz |
Fixes to allow GTK to work with colormaps that aren't 256 entries long.
Sun Mar 22 19:01:36 1998 Owen Taylor <owt1@cornell.edu>
* gdk/gdkcolor.c: Fixes to allow GTK to work with colormaps
that aren't 256 entries long. (colormap->colors is
now dynamically allocated)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 2e2d75963..0992a67e4 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Sun Mar 22 19:01:36 1998 Owen Taylor <owt1@cornell.edu> + + * gdk/gdkcolor.c: Fixes to allow GTK to work with colormaps + that aren't 256 entries long. (colormap->colors is + now dynamically allocated) + Sun Mar 22 16:25:46 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkmain.c (gtk_init): fixes to locale checks |