summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-29 14:32:31 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-29 14:32:31 +0000
commita203fb103758cd2bccb7910861b305ff640827e7 (patch)
tree1ceb635174541802f95c1fce4701a386fc5d3798 /ChangeLog
parentadeec009e772dc9b3c7ffa8b6cb6f802f741a2ce (diff)
downloadmutter-a203fb103758cd2bccb7910861b305ff640827e7.tar.gz
Window properties are looked up in a hash table rather than
by iteration over an array. Saves ~44us per window, but also makes the code cleaner. * src/core/display-private.h: * src/core/window-props.c: svn path=/trunk/; revision=4097
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58630f26d..0be74c85d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-01-29 Thomas Thurman <tthurman@gnome.org>
+
+ Window properties are looked up in a hash table rather than
+ by iteration over an array. Saves ~44us per window, but
+ also makes the code cleaner.
+
+ * src/core/display-private.h:
+ * src/core/window-props.c:
+
2009-01-27 Matthias Claesen <mclasen@redhat.com>
* src/core/edge-resistance.c: some lists failed to keep track