winex11.drv: Invalidate the DCE when the window format is changed.
This commit is contained in:
parent
9aee0b4157
commit
12b4930f96
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue