comctl32: treeview: Make the focus test pass under Windows XP.

This commit is contained in:
Mikołaj Zalewski 2007-05-05 20:20:04 +02:00 committed by Alexandre Julliard
parent 3f15d23e6d
commit 61a86024cc
1 changed files with 3 additions and 0 deletions

View File

@ -90,8 +90,11 @@ static const struct message DoFocusTestSeq[] = {
{ WM_PARENTNOTIFY, sent|wparam|defwinproc, 0x00000001 },
{ WM_KILLFOCUS, sent|defwinproc },
{ WM_PAINT, sent|defwinproc },
{ WM_IME_SETCONTEXT, sent|defwinproc|optional },
{ WM_COMMAND, sent|wparam|defwinproc, 0x01000000},
{ WM_ERASEBKGND, sent|defwinproc },
{ WM_CTLCOLOREDIT, sent|defwinproc|optional },
{ WM_CTLCOLOREDIT, sent|defwinproc|optional },
{ 0 }
};