set caps.dwBackBufferCount=0 for backbuffer surface

Paul Vriens paul.vriens.wine at gmail.com
Tue Sep 29 08:41:24 CDT 2009


On 09/29/2009 03:33 PM, Markus Stockhausen wrote:
> Am Dienstag, den 29.09.2009, 15:10 +0200 schrieb Paul Vriens:
>> On 09/29/2009 03:01 PM, Markus Stockhausen wrote:
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>> Hi Markus,
>>
>> Please stick to the coding style of the file, or at least the
>> surrounding code (implementation and test).
>>
>
> Hi Paul,
>
> what do You think of (I'm a little bit confused)?
>
> Thanks
>
> Markus
>
Things like:

+        desc2.dwBackBufferCount=0;

(spaces before and after the equal sign)

+    hr = IDirectDrawSurface7_GetSurfaceDesc(surface2,&ddsd2);

(space after the comma)

-- 
Cheers,

Paul.



More information about the wine-devel mailing list