Dec. 1, 2011
2:15 p.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.