[PATCH 3/4] ddraw/tests: Add tests for lost P8 primaries.

Henri Verbeet hverbeet at gmail.com
Tue Jul 8 01:18:34 CDT 2014


On 6 July 2014 18:06, Stefan Dösinger <stefan at codeweavers.com> wrote:
> +    IDirectDraw *ddraw;
...
> +    hr = IDirectDraw4_CreateSurface(ddraw, &surface_desc, &texture, NULL);
> +    ok(SUCCEEDED(hr), "Failed to create surface, hr %#x.\n", hr);

I didn't notice this before, but you'll want to use
IDirectDraw_CreateSurface() here.



More information about the wine-devel mailing list