Module: wine Branch: master Commit: 66e4be152af9e9faeb39cf83a684f31ff95ae290 URL: http://source.winehq.org/git/wine.git/?a=commit;h=66e4be152af9e9faeb39cf83a6...
Author: James Hawkins jhawkins@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 },