Huw Davies : user32/tests: Add some optional messages for Win XP.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 16 10:13:13 CDT 2015


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Jun 15 14:23:18 2015 +0100

user32/tests: Add some optional messages for Win XP.

---

 dlls/user32/tests/msg.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index 5cbfec8..b5f9e6a 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -793,6 +793,9 @@ static const struct message WmShowMaxPopupSeq[] = {
     { EVENT_SYSTEM_FOREGROUND, winevent_hook|wparam|lparam, 0, 0 },
     { WM_QUERYNEWPALETTE, sent|wparam|lparam|optional, 0, 0 },
     { WM_WINDOWPOSCHANGING, sent|wparam|optional, SWP_NOSIZE|SWP_NOMOVE },
+    { WM_NCPAINT, sent|wparam|optional, 1 },
+    { WM_ERASEBKGND, sent|optional },
+    { WM_WINDOWPOSCHANGED, sent|wparam|optional, SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE|SWP_NOMOVE|SWP_NOSIZE },
     { WM_ACTIVATEAPP, sent|wparam, 1 },
     { WM_NCACTIVATE, sent },
     { WM_ACTIVATE, sent|wparam, 1 },




More information about the wine-cvs mailing list