Re: ddraw: Fix tests that fail with the reference rasterizer

2008-04-25 Thread James Hawkins
On Fri, Apr 25, 2008 at 12:36 PM, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Am Freitag, 25. April 2008 05:38:40 schrieb James Hawkins: > > > Hi, > > > > Changelog: > > * Fix tests that fail with the reference rasterizer. > > >if (SUCCEEDED(IDirectDrawSurface7_AddAttachedSurface(surface1,

Re: ddraw: Fix tests that fail with the reference rasterizer

2008-04-25 Thread Stefan Dösinger
Am Freitag, 25. April 2008 05:38:40 schrieb James Hawkins: > Hi, > > Changelog: > * Fix tests that fail with the reference rasterizer. >if (SUCCEEDED(IDirectDrawSurface7_AddAttachedSurface(surface1, surface4))) >refrast = TRUE; Do you take care of detaching the surface again? Did you