[gtk+/client-side-windows: 162/284] gdk_window_process_updates_internal only needs to flush outstanding moves
- From: Alexander Larsson <alexl src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+/client-side-windows: 162/284] gdk_window_process_updates_internal only needs to flush outstanding moves
- Date: Thu, 2 Apr 2009 14:13:20 -0400 (EDT)
commit 3155fdcd4122349aab6162d75c124f1abaa3137c
Author: Alexander Larsson <alex localhost localdomain>
Date: Thu Jan 22 20:51:41 2009 +0100
gdk_window_process_updates_internal only needs to flush outstanding moves
---
gdk/gdkwindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index ac2aa36..5639f2c 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -4484,7 +4484,7 @@ gdk_window_process_updates_internal (GdkWindow *window)
{
/* Flush any outstanding moves, may happen if we moved a window but got
no actual invalid area */
- gdk_window_flush (window);
+ gdk_window_flush_outstanding_moves (window);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]