mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
x11drv: Remove one more XSync call.
This commit is contained in:
parent
d4fa4f22cb
commit
57b1ea618f
1 changed files with 0 additions and 1 deletions
|
@ -643,7 +643,6 @@ void X11DRV_sync_window_position( Display *display, struct x11drv_win_data *data
|
|||
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 );
|
||||
|
|
Loading…
Reference in a new issue