ddraw/tests: Added todo_wine test to verify resizing of fullscreen windows

Henri Verbeet hverbeet at gmail.com
Wed Apr 7 04:37:25 CDT 2010


On 6 April 2010 23:14, Johan Gill <johan.gill at gmail.com> wrote:
> +»······»·······if (!EqualRect(&scrn, &orig_rect)) {
> +»······»·······    /* Check that the client rect was resized */
> +»······»·······    rc = GetClientRect(hwnd, &test);
> +»······»·······    ok(rc!=0, "GetClientRect returned %x\n", rc);
> +»······»·······    rc = EqualRect(&scrn, &test);
> +»······»·······    todo_wine ok(rc!=0, "Fullscreen window has wrong size\n");
> +»······»·······}
Please don't mix tabs and spaces, just use 4 space indent.


More information about the wine-devel mailing list