Austin Lund : user32/tests: Fixed SetParent test on 64bit Vista.

Alexandre Julliard julliard at winehq.org
Fri Apr 1 09:41:04 CDT 2011


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

Author: Austin Lund <austin.lund at gmail.com>
Date:   Fri Apr  1 09:42:48 2011 +1000

user32/tests: Fixed SetParent test on 64bit Vista.

---

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

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index ab9a3fb..712f564 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -12681,6 +12681,7 @@ static const struct message WmSetParentSeq_2[] = {
     { WM_WINDOWPOSCHANGING, sent|wparam, SWP_HIDEWINDOW|SWP_NOSIZE|SWP_NOMOVE },
     { EVENT_OBJECT_HIDE, winevent_hook|wparam|lparam, 0, 0 },
     { WM_WINDOWPOSCHANGED, sent|wparam, SWP_HIDEWINDOW|SWP_NOSIZE|SWP_NOMOVE|SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE },
+    { HCBT_SETFOCUS, hook|optional },
     { WM_NCACTIVATE, sent|wparam, 0 },
     { WM_ACTIVATE, sent|wparam, 0 },
     { WM_ACTIVATEAPP, sent|wparam, 0 },




More information about the wine-cvs mailing list