22 Mar
2010
22 Mar
'10
4:49 p.m.
On 22 March 2010 22:36, Roderick Colenbrander <thunderbird2k(a)gmail.com> wrote:
+static HRESULT surface_blt_color_keyed_surface_to_drawable(IWineD3DSurfaceImpl *This, const RECT *DestRect, IWineD3DSurfaceImpl *Src, const RECT *SrcRect, DWORD Flags, WINEDDCOLORKEY SrcColorkey)
Calling the destination surface "This" isn't a sane naming convention. When you create a "new" function, try to make it at least somewhat sane and consistent, rather than just cutting and pasting something together.