diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-06-26 22:55:42 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-06-26 22:55:42 +0000 |
commit | 2bb4bcff5d757075502019b0838677c9895ee5b7 (patch) | |
tree | a0a87e3be5ee54a526f57d8dfef7623d646702dc /ChangeLog.pre-2-0 | |
parent | d872631baef94ce39ce76c5b86d1f42865cd2968 (diff) | |
download | gdk-pixbuf-2bb4bcff5d757075502019b0838677c9895ee5b7.tar.gz |
If possible, create only a single shm segment and use multiple parts of it
Mon Jun 26 18:53:31 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdkrgb.c: If possible, create only a single shm segment and
use multiple parts of it instead of creating a bunch of separate
segments, since the maximum number of segments per system is not
large. (This might be worth backporting to GTK+-1.2.x if we make a
new release )
* gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
structure in preparation for per-colormap GdkRGB.
* gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
to False when we get EINVAL from shmget so that the caller of
gdk_image_new can retry with a smaller segment size.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 0092e5254..f8e6cf56a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,18 @@ +Mon Jun 26 18:53:31 2000 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkrgb.c: If possible, create only a single shm segment and + use multiple parts of it instead of creating a bunch of separate + segments, since the maximum number of segments per system is not + large. (This might be worth backporting to GTK+-1.2.x if we make a + new release ) + + * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo + structure in preparation for per-colormap GdkRGB. + + * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm + to False when we get EINVAL from shmget so that the caller of + gdk_image_new can retry with a smaller segment size. + Mon Jun 26 13:01:16 BST 2000 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Add Sections 4 & 5. |