user32: Partially implement FlashWindowEx with tests (try 2)

Alexandre Julliard julliard at winehq.org
Mon May 23 13:17:27 CDT 2011


André Hentschel <nerv at dawncrow.de> writes:

> +    for (i=0; i<pfwi->uCount + 1; i++)
> +    {
> +        FlashWindow(pfwi->hwnd, TRUE);
> +        Sleep(msecs);
> +        FlashWindow(pfwi->hwnd, FALSE);
> +        Sleep(msecs);
> +    }

I don't think you want to hang the app that way.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list