Module: wine Branch: master Commit: 4a9a4328416d8c287d25562972c4da8021e55973 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4a9a4328416d8c287d25562972...
Author: Nikolay Sivov bunglehead@gmail.com Date: Wed Aug 12 14:44:54 2009 +0400
comctl32/treeview: Fix some test failures on XP and higher.
---
dlls/comctl32/tests/treeview.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c index 5cfaf20..7b45626 100644 --- a/dlls/comctl32/tests/treeview.c +++ b/dlls/comctl32/tests/treeview.c @@ -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 }