diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-12-21 21:10:41 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-12-21 21:10:41 +0000 |
commit | fe0fb8966d0bdb58e1cd5fe41082922c433be3ca (patch) | |
tree | 01fb71e3795ad813d68adfb39d2e197d37e7ce22 /ChangeLog.pre-2-10 | |
parent | 2962480b2c662ffb744dc28c3710305e3219dca9 (diff) | |
download | gtk+-fe0fb8966d0bdb58e1cd5fe41082922c433be3ca.tar.gz |
Use the slice allocator for regions. Still todo: avoid extra allocations
2005-12-21 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkregion-generic.c: Use the slice allocator
for regions. Still todo: avoid extra allocations for
the single-rectangle case.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3b8879bfd3..55dc375a98 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2005-12-21 Matthias Clasen <mclasen@redhat.com> + * gdk/gdkregion-generic.c: Use the slice allocator + for regions. Still todo: avoid extra allocations for + the single-rectangle case. + * gtk/gtksettings.c (gtk_settings_class_init): Update class_n_properties after installing color-hash, since other classes install settings, too. |