[v2 PATCH] d2d1: Initial implementation of DC render target

Sebastian Lackner sebastian at fds-team.de
Sun Sep 11 15:29:37 CDT 2016


On 11.09.2016 22:24, Nikolay Sivov wrote:
> +    ok(sizeu.width == 0.0f, "got width %u.\n", sizeu.width);
> +    ok(sizeu.height == 0.0f, "got height %u.\n", sizeu.height);

This looks like a copy&paste error. Shouldn't those be integer values?




More information about the wine-devel mailing list