d3dx9_36: Fix a typo in TRACE() message.

Matteo Bruni matteo.mystral at gmail.com
Mon Jul 25 18:32:20 CDT 2016


2016-07-25 10:24 GMT+02:00 Andrey Gusev <andrey.goosev at gmail.com>:
>
> +    TRACE("pout %p, pv %p, pviewport %p, pprojection %p, pview %p, pworld %p\n", pout, pv, pviewport, pprojection, pview, pworld);

While you're there, can you please clean up the function? Like
dropping all the 'p' prefixes from the function arguments and using
the current d3d style for the function body. Also the TRACE line seems
a bit too long.



More information about the wine-devel mailing list