Alexandre Julliard : x11drv: Remove one more XSync call.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Apr 4 16:15:40 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 57b1ea618fe3f9310c0e3eb53ff439656698e5e8
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=57b1ea618fe3f9310c0e3eb53ff439656698e5e8

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Apr  4 20:47:34 2006 +0200

x11drv: Remove one more XSync call.

---

 dlls/x11drv/window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/x11drv/window.c b/dlls/x11drv/window.c
index a7d1410..4e010e6 100644
--- a/dlls/x11drv/window.c
+++ b/dlls/x11drv/window.c
@@ -643,7 +643,6 @@ void X11DRV_sync_window_position( Displa
                data->whole_rect.bottom - data->whole_rect.top, changes.sibling, mask );
 
         wine_tsx11_lock();
-        XSync( gdi_display, False );  /* flush graphics operations before moving the window */
         if (mask & (CWWidth|CWHeight)) set_size_hints( display, data, style );
         XReconfigureWMWindow( display, data->whole_window,
                               DefaultScreen(display), mask, &changes );




More information about the wine-cvs mailing list