James Hawkins : comctl32: Fix a failing test in XP.

Alexandre Julliard julliard at winehq.org
Fri Aug 29 07:29:53 CDT 2008


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

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Thu Aug 28 21:08:47 2008 -0500

comctl32: Fix a failing test in XP.

---

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

diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index 8b47cdd..2e00e67 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -50,6 +50,8 @@ static const struct message create_parent_wnd_seq[] = {
     { WM_WINDOWPOSCHANGING, sent|wparam, 0 },
     { WM_QUERYNEWPALETTE,   sent|optional },
     { WM_WINDOWPOSCHANGING, sent|wparam, 0 },
+    { WM_WINDOWPOSCHANGED,  sent|optional },
+    { WM_NCCALCSIZE,        sent|wparam|optional, 1 },
     { WM_ACTIVATEAPP,       sent|wparam, 1 },
     { WM_NCACTIVATE,        sent|wparam, 1 },
     { WM_ACTIVATE,          sent|wparam, 1 },




More information about the wine-cvs mailing list