winex11: Avoid erasing the window when changing the pixel format.
This commit is contained in:
parent
815baba090
commit
fc8c21c259
dlls/winex11.drv
|
@ -527,7 +527,7 @@ done:
|
|||
/* force DCE invalidation */
|
||||
SetWindowPos( hwnd, 0, 0, 0, 0, 0,
|
||||
SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOSIZE | SWP_NOMOVE |
|
||||
SWP_NOREDRAW | SWP_NOSENDCHANGING | SWP_STATECHANGED);
|
||||
SWP_NOREDRAW | SWP_DEFERERASE | SWP_NOSENDCHANGING | SWP_STATECHANGED);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue