[resend 1/5] ddraw: check if surface is a mipmap sublevel through caps in ddraw_surface7_GetPriority

Riccardo Bortolato rikyz619 at gmail.com
Thu Nov 5 08:20:07 CST 2015


Noted, thanks.

Ciao,
Riccardo

2015-11-05 14:10 GMT+01:00 Henri Verbeet <hverbeet at gmail.com>:
> On 4 November 2015 at 19:51, Riccardo Bortolato <rikyz619 at gmail.com> wrote:
>> -    else if (!(surface->surface_desc.ddsCaps.dwCaps2 & managed) || !surface->wined3d_texture)
>> +    else if (!(surface->surface_desc.ddsCaps.dwCaps2 & managed) || (surface->surface_desc.ddsCaps.dwCaps2 & DDSCAPS2_MIPMAPSUBLEVEL))
>
> Please don't add lines longer than 120 characters. (And aim for about 100.)
>
>



More information about the wine-devel mailing list