comctl32: treeview[1/3]: make the focus test pass under Windows XP

Mikołaj Zalewski mikolaj at zalewski.pl
Sat May 5 13:20:04 CDT 2007


-------------- next part --------------
From f6b9f6320fd5b7dd9a00737e0720da38fa09d897 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Miko=C5=82aj_Zalewski?= <mikolaj at zalewski.pl>
Date: Sat, 5 May 2007 18:39:35 +0200
Subject: [PATCH] comctl32: treeview: make the focus test pass under Windows XP

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

diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c
index 3c7e9f5..6f94fa7 100644
--- a/dlls/comctl32/tests/treeview.c
+++ b/dlls/comctl32/tests/treeview.c
@@ -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 }
 };
 
-- 
1.4.4.2


More information about the wine-patches mailing list