diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-06 00:41:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-06 00:41:07 +0000 |
commit | 9a8f790e8a6576261fde3b9caef4508e02397464 (patch) | |
tree | e5cc7cbd23cab906a80aeaeb2a475ca3011a792e /ChangeLog.pre-2-6 | |
parent | d18c9de808473d325dff8f95de1e0b776f11c052 (diff) | |
download | gtk+-9a8f790e8a6576261fde3b9caef4508e02397464.tar.gz |
Keep the length of the anti-expose queue finite, by if it gets too long,
Tue Feb 5 19:13:42 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgeometry-x11.c (gdk_window_queue): Keep
the length of the anti-expose queue finite, by if
it gets too long, first doing a XSync() and checking
the event queue, and if that doesn't work, simply
discarding all anti-expose items in the queue.
* gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix ordering
on ConfigureNotify (#56349, Thomas Leonard)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 11dd9b493b..f707e21c63 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +Tue Feb 5 19:13:42 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/x11/gdkgeometry-x11.c (gdk_window_queue): Keep + the length of the anti-expose queue finite, by if + it gets too long, first doing a XSync() and checking + the event queue, and if that doesn't work, simply + discarding all anti-expose items in the queue. + + * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix ordering + on ConfigureNotify (#56349, Thomas Leonard) + 2002-02-05 Havoc Pennington <hp@redhat.com> * gtk/gtkimage.c (gtk_image_expose): offset area being gotten from |