Fix msg test failures when run under win2k

Dmitry Timoshkov dmitry at baikal.ru
Thu Aug 26 06:44:07 CDT 2004


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Fix msg test failures when run under win2k.

--- cvs/hq/wine/dlls/user/tests/msg.c	Thu Aug 26 02:26:26 2004
+++ wine/dlls/user/tests/msg.c	Thu Aug 26 11:41:07 2004
@@ -1818,16 +1818,19 @@ static void check_update_rgn( HWND hwnd,
 
 static const struct message WmInvalidateRgn[] = {
     { WM_NCPAINT, sent },
+    { WM_GETTEXT, sent|defwinproc|optional },
     { 0 }
 };
 
 static const struct message WmInvalidateFull[] = {
     { WM_NCPAINT, sent|wparam, 1 },
+    { WM_GETTEXT, sent|defwinproc|optional },
     { 0 }
 };
 
 static const struct message WmInvalidateErase[] = {
     { WM_NCPAINT, sent|wparam, 1 },
+    { WM_GETTEXT, sent|defwinproc|optional },
     { WM_ERASEBKGND, sent },
     { 0 }
 };
@@ -1835,12 +1838,14 @@ static const struct message WmInvalidate
 static const struct message WmInvalidatePaint[] = {
     { WM_PAINT, sent },
     { WM_NCPAINT, sent|wparam|beginpaint, 1 },
+    { WM_GETTEXT, sent|beginpaint|defwinproc|optional },
     { 0 }
 };
 
 static const struct message WmInvalidateErasePaint[] = {
     { WM_PAINT, sent },
     { WM_NCPAINT, sent|wparam|beginpaint, 1 },
+    { WM_GETTEXT, sent|beginpaint|defwinproc|optional },
     { WM_ERASEBKGND, sent|beginpaint },
     { 0 }
 };






More information about the wine-patches mailing list