http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815baba
)
winex11: Avoid erasing the window when changing the pixel format.
author
Alexandre Julliard
<julliard@winehq.org>
Wed, 18 Jun 2008 18:10:56 +0000
(20:10 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 18 Jun 2008 18:10:56 +0000
(20:10 +0200)
dlls/winex11.drv/window.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/winex11.drv/window.c
b/dlls/winex11.drv/window.c
index e8535bc2af053e0bf8009c92e77ebbf875d669fd..26f037a59029a0790b9368133c5fa872a6cc1bd7 100644
(file)
--- a/
dlls/winex11.drv/window.c
+++ b/
dlls/winex11.drv/window.c
@@
-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;
}