Commit 61a86024 authored by Mikołaj Zalewski's avatar Mikołaj Zalewski Committed by Alexandre Julliard

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

parent 3f15d23e
...@@ -90,8 +90,11 @@ static const struct message DoFocusTestSeq[] = { ...@@ -90,8 +90,11 @@ static const struct message DoFocusTestSeq[] = {
{ WM_PARENTNOTIFY, sent|wparam|defwinproc, 0x00000001 }, { WM_PARENTNOTIFY, sent|wparam|defwinproc, 0x00000001 },
{ WM_KILLFOCUS, sent|defwinproc }, { WM_KILLFOCUS, sent|defwinproc },
{ WM_PAINT, sent|defwinproc }, { WM_PAINT, sent|defwinproc },
{ WM_IME_SETCONTEXT, sent|defwinproc|optional },
{ WM_COMMAND, sent|wparam|defwinproc, 0x01000000}, { WM_COMMAND, sent|wparam|defwinproc, 0x01000000},
{ WM_ERASEBKGND, sent|defwinproc }, { WM_ERASEBKGND, sent|defwinproc },
{ WM_CTLCOLOREDIT, sent|defwinproc|optional },
{ WM_CTLCOLOREDIT, sent|defwinproc|optional },
{ 0 } { 0 }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment