summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e4abef7..1df352fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-04-19 Björn Lindqvist <bjourne@gmail.com>
+
+ * src/frames.c (struct CachedPixels, meta_frames_destroy,
+ invalidate_cache, generate_pixmap, populate_cache,
+ cached_pixels_draw, meta_frames_expose_event,
+ meta_frames_paint_to_drawable):
+
+ Replace while loops iterating over sequences with for loops. Also,
+ replace the attributes in the CachedPixels struct with a list of
+ four CachedFramePiece:s, this allows iteration over the four
+ pixmaps instead of treating each one separately. Fixes #338359.
+
2006-04-18 Björn Lindqvist <bjourne@gmail.com>
* makefile.am: Add boxes.{c,h} to libmetacity_private