user32/tests: Fix a test failure in desktop mode.

This commit is contained in:
Alexandre Julliard 2010-05-25 16:28:04 +02:00
parent 02abc3b216
commit 03b335b926
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
};