user32: Fix DrawMenuBar test failures

Alexandre Julliard julliard at winehq.org
Tue Apr 15 07:28:05 CDT 2014


Piotr Caban <piotr at codeweavers.com> writes:

> @@ -4819,6 +4819,8 @@ static void test_messages(void)
>      after_end_dialog = FALSE;
>      test_def_id = FALSE;
>  
> +    ok(SetCursorPos(109, 109), "SetCursorPos failed\n");
> +

Please try to restore the cursor position after the test.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list