user/test: Fix one failing test on windows

Vitaliy Margolen wine-patch at kievinfo.com
Fri Oct 14 10:35:42 CDT 2005


Vitaliy Margolen

changelog:
  user/test/msg
  - Fix one failing test on all windows versions
-------------- next part --------------
Index: dlls/user/tests/msg.c
===================================================================
RCS file: /home/wine/wine/dlls/user/tests/msg.c,v
retrieving revision 1.93
diff -u -p -r1.93 msg.c
--- dlls/user/tests/msg.c	28 Sep 2005 18:11:10 -0000	1.93
+++ dlls/user/tests/msg.c	14 Oct 2005 15:20:20 -0000
@@ -1084,7 +1084,7 @@ static const struct message WmSHOWNATopI
     { WM_NCPAINT, sent|wparam, 1 },
     { WM_GETTEXT, sent|defwinproc|optional },
     { WM_ERASEBKGND, sent|optional },
-    { WM_WINDOWPOSCHANGED, sent|wparam, SWP_SHOWWINDOW|SWP_NOACTIVATE|SWP_NOSIZE|SWP_NOMOVE|SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE },
+    { WM_WINDOWPOSCHANGED, sent|wparam, SWP_SHOWWINDOW|SWP_NOACTIVATE|SWP_NOZORDER|SWP_NOSIZE|SWP_NOMOVE|SWP_NOCLIENTSIZE|SWP_NOCLIENTMOVE },
     { WM_NCCALCSIZE, sent|wparam|optional, 1 },
     { WM_NCPAINT, sent|wparam|optional, 1 },
     { WM_ERASEBKGND, sent|optional },


More information about the wine-patches mailing list