1 Dec
2011
1 Dec
'11
8:15 a.m.
On 1 December 2011 11:51, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
Subject: [PATCH 1/3] ddraw: Size handling fixes for IDirect3DDevice::GetDesc There is no IDirect3DDevice::GetDesc().
+ if(size == 172 || size == 204 || size == sizeof(D3DDEVICEDESC) /* 252 */) return TRUE; Please fix the formatting here as well.