mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
comctl32: treeview: Make the focus test pass under Windows XP.
This commit is contained in:
parent
3f15d23e6d
commit
61a86024cc
1 changed files with 3 additions and 0 deletions
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue