James Hawkins : comctl32: Fix a failing test for some platforms.

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


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

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

comctl32: Fix a failing test for some platforms.

---

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

diff --git a/dlls/comctl32/tests/monthcal.c b/dlls/comctl32/tests/monthcal.c
index ba22beb..8b12364 100644
--- a/dlls/comctl32/tests/monthcal.c
+++ b/dlls/comctl32/tests/monthcal.c
@@ -50,6 +50,7 @@ static const struct message create_parent_window_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 },




More information about the wine-cvs mailing list