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 try checking the DirectDraw description or GUID? Maybe there's a better way to detet the refrast, if you want the teest to succeeed in a VM
On Fri, Apr 25, 2008 at 12:36 PM, Stefan Dösinger stefan@codeweavers.com 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,
surface4)))
refrast = TRUE;
Do you take care of detaching the surface again?
I'll send in a patch to fix that.
Did you try checking the DirectDraw description or GUID? Maybe there's a better way to detet the refrast, if you want the teest to succeeed in a VM
I'm sorry, I'm not that familiar with ddraw.