From: Rémi Bernon rbernon@codeweavers.com
--- dlls/winex11.drv/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/winex11.drv/window.c b/dlls/winex11.drv/window.c index a733d566d4f..5d618738e13 100644 --- a/dlls/winex11.drv/window.c +++ b/dlls/winex11.drv/window.c @@ -1297,8 +1297,8 @@ static void window_set_config( struct x11drv_win_data *data, const RECT *new_rec
data->pending_state.rect = *new_rect; data->configure_serial = NextRequest( data->display ); - TRACE( "window %p/%lx, requesting config %s above %u, serial %lu\n", data->hwnd, data->whole_window, - wine_dbgstr_rect(new_rect), above, data->configure_serial ); + TRACE( "window %p/%lx, requesting config %s mask %#x above %u, serial %lu\n", data->hwnd, data->whole_window, + wine_dbgstr_rect(new_rect), mask, above, data->configure_serial ); XReconfigureWMWindow( data->display, data->whole_window, data->vis.screen, mask, &changes ); }