James Hawkins : comctl32: Fix two test failures in win2000.

Alexandre Julliard julliard at winehq.org
Mon Sep 8 07:41:44 CDT 2008


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

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Mon Sep  8 00:55:32 2008 -0500

comctl32: Fix two test failures in win2000.

---

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

diff --git a/dlls/comctl32/tests/trackbar.c b/dlls/comctl32/tests/trackbar.c
index 24c1edc..d82cd98 100644
--- a/dlls/comctl32/tests/trackbar.c
+++ b/dlls/comctl32/tests/trackbar.c
@@ -38,6 +38,7 @@ static const struct message create_parent_wnd_seq[] = {
     { WM_NCCREATE, sent },
     { WM_NCCALCSIZE, sent|wparam, 0 },
     { WM_CREATE, sent },
+    { WM_QUERYNEWPALETTE, sent|optional },
     { WM_SHOWWINDOW, sent|wparam, 1 },
     { WM_WINDOWPOSCHANGING, sent|wparam, 0 },
     { WM_WINDOWPOSCHANGING, sent|wparam, 0 },
@@ -79,6 +80,7 @@ static const struct message parent_create_trackbar_wnd_seq[] = {
 };
 
 static const struct message parent_new_window_test_seq[] = {
+    { WM_QUERYNEWPALETTE, sent|optional },
     { WM_WINDOWPOSCHANGING, sent},
     { WM_NCACTIVATE, sent},
     { PBT_APMRESUMECRITICAL, sent},




More information about the wine-cvs mailing list