[PATCH 4/5] d3drm: Avoid LPDIRECT3DRMTEXTURE.

Henri Verbeet hverbeet at gmail.com
Mon May 27 02:58:11 CDT 2013


On 27 May 2013 09:49, Christian Costa <titan.costa at gmail.com> wrote:
>> -    FIXME("(%p/%p)->(%s,%p): stub\n", iface, This, filename, Texture);
>> +    FIXME("iface %p, filename %s, texture %p stub!\n", iface,
>> debugstr_a(filename), texture);
>>
>
> Do you really need to change the way traces are displayed?
>
Yes, you can't use %s for arbitrary application data. The existing
traces are also ugly. Arguably that could have been a separate patch,
but I'm touching the line anyway because the variable name changed.



More information about the wine-devel mailing list