From 03b335b92623ec2d5c9a15309a192b4bc2e01977 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 25 May 2010 16:28:04 +0200 Subject: [PATCH] user32/tests: Fix a test failure in desktop mode. --- dlls/user32/tests/msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index 85cbcf63f07..6d67e5c8c2f 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 } };