summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-08-02 19:07:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-08-02 19:07:00 +0000
commit1b6dbf0ea2923f344983429dc67780fd53f98add (patch)
treec5a3b3268594e6af84efbf2c7267f85ca79c28e0 /ChangeLog.pre-2-4
parent7bc2cb6e6ef4ed94a486cf1e41497ee2e46c045b (diff)
downloadgdk-pixbuf-1b6dbf0ea2923f344983429dc67780fd53f98add.tar.gz
Move is_viewable() test further inside the function, since removing the
Wed Aug 2 14:57:38 2000 Owen Taylor <otaylor@redhat.com> * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move is_viewable() test further inside the function, since removing the window from the redraw list without clearing ->update_area was also very broken.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-47
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index dc4697d1c..1c946cd11 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,10 @@
+Wed Aug 2 14:57:38 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
+ is_viewable() test further inside the function, since removing the
+ window from the redraw list without clearing ->update_area
+ was also very broken.
+
2000-08-02 Tor Lillqvist <tml@iki.fi>
* configure.in: Check for <unistd.h>.