From: Paul Gofman pgofman@codeweavers.com
--- dlls/winex11.drv/window.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/winex11.drv/window.c b/dlls/winex11.drv/window.c index e41a28f149a..9b565efb243 100644 --- a/dlls/winex11.drv/window.c +++ b/dlls/winex11.drv/window.c @@ -2883,6 +2883,7 @@ BOOL X11DRV_WindowPosChanging( HWND hwnd, UINT swp_flags, BOOL shaped, const str unmap_window( hwnd ); if (!(data = get_win_data( hwnd ))) return FALSE; /* use default surface */ data->managed = TRUE; + sync_window_style( data ); }
ret = !!data->whole_window; /* use default surface if we don't have a window */