Nikolay Sivov : comctl32/treeview: Fix test failure on Vista.

Alexandre Julliard julliard at winehq.org
Wed Aug 12 11:09:51 CDT 2009


Module: wine
Branch: master
Commit: 1dfd55ff9a54f3883e82772006f0d3c9a9a07d32
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1dfd55ff9a54f3883e82772006f0d3c9a9a07d32

Author: Nikolay Sivov <bunglehead at gmail.com>
Date:   Wed Aug 12 15:52:36 2009 +0400

comctl32/treeview: Fix test failure on Vista.

---

 dlls/comctl32/tests/treeview.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c
index 7b45626..3091127 100644
--- a/dlls/comctl32/tests/treeview.c
+++ b/dlls/comctl32/tests/treeview.c
@@ -94,6 +94,7 @@ static const struct message focus_seq[] = {
     { WM_PAINT, sent|defwinproc },
     { WM_IME_SETCONTEXT, sent|defwinproc|optional },
     { WM_COMMAND, sent|wparam|defwinproc, MAKEWPARAM(0, EN_SETFOCUS) },
+    { WM_ERASEBKGND, sent|defwinproc|optional },
     { WM_CTLCOLOREDIT, sent|defwinproc|optional },
     { WM_CTLCOLOREDIT, sent|defwinproc|optional },
     { 0 }




More information about the wine-cvs mailing list