[PATCH 5/5] wined3d: Rename IWineD3DDeviceImpl_LoadLogo() to device_load_logo().

Henri Verbeet hverbeet at gmail.com
Tue Jun 7 14:38:16 CDT 2011


On 7 June 2011 20:40, Stefan Dösinger <stefandoesinger at gmx.at> wrote:
> On Tuesday 07 June 2011 19:44:49 Henri Verbeet wrote:
>>      if (wined3d_settings.logo)
>> -        IWineD3DDeviceImpl_LoadLogo(device, wined3d_settings.logo);
>> +        device_load_logo(device, wined3d_settings.logo);
> Does the logo stuff still work? I thought about removing it, I don't think it
> has any use.
>
I don't know, I'm just fixing the naming here. I'm not terribly
attached to that code, if you want to remove it that's fine with me.



More information about the wine-devel mailing list