Module: wine Branch: master Commit: 03b335b92623ec2d5c9a15309a192b4bc2e01977 URL: http://source.winehq.org/git/wine.git/?a=commit;h=03b335b92623ec2d5c9a15309a...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 25 16:28:04 2010 +0200
user32/tests: Fix a test failure in desktop mode.
---
dlls/user32/tests/msg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 85cbcf6..6d67e5c 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -185,7 +185,7 @@ static const struct message WmSWP_ShowOverlappedSeq[] = { { WM_GETTITLEBARINFOEX, sent|optional }, { WM_PAINT, sent|optional }, { WM_NCPAINT, sent|beginpaint|optional }, - { WM_GETTEXT, sent|defwinproc|optional }, + { WM_GETTEXT, sent|beginpaint|defwinproc|optional }, { WM_ERASEBKGND, sent|beginpaint|optional }, { 0 } };