Commit 12b4930f authored by Alexandre Julliard's avatar Alexandre Julliard

winex11.drv: Invalidate the DCE when the window format is changed.

parent 9aee0b41
......@@ -177,6 +177,7 @@ BOOL X11DRV_set_win_format( HWND hwnd, XID fbconfig_id )
data->fbconfig_id = fbconfig_id;
SetPropA(hwnd, fbconfig_id_prop, (HANDLE)data->fbconfig_id);
invalidate_dce( hwnd, &data->window_rect );
return TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment