ddraw [try 2]: Add tests for the foreground window set by SetCooperativeLevel

Alexandre Julliard julliard at winehq.org
Thu Oct 28 06:42:18 CDT 2010


David Adam <david.adam.cnrs at gmail.com> writes:

> +    hwnd2=createwindow();
> +    hwnd=createwindow();
> +
> +    if (hwnd)
> +    {
> +        skip("Failed to create the main window\n");
> +        return;
> +    }

I don't think that's quite what you intended...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list