comctl32/treeview: Fix some test failures on XP and higher.

This commit is contained in:
Nikolay Sivov 2009-08-12 14:44:54 +04:00 committed by Alexandre Julliard
parent b46cf438f8
commit 4a9a432841
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ static const struct message TestGetSetTextColorSeq[] = {
static const struct message TestGetSetToolTipsSeq[] = {
{ WM_KILLFOCUS, sent },
{ WM_IME_SETCONTEXT, sent|optional },
{ WM_IME_NOTIFY, sent|optional },
{ TVM_SETTOOLTIPS, sent|wparam|lparam, 0, 0 },
{ TVM_GETTOOLTIPS, sent|wparam|lparam, 0, 0 },
{ 0 }