ddrawex: Implement a GetDC special behavior Internet Explorer depends on.
authorStefan Dösinger <stefan@codeweavers.com>
Thu, 18 Dec 2008 15:13:06 +0000 (16:13 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 9 Jan 2009 15:23:18 +0000 (16:23 +0100)
commitda6c9e4cc2a85a5b46f1c9234acf17a0f2dd8874
tree9ef12a1428d22c827079e00af591402d17ac5907
parent0d80130aa21211eae6dba12498c3a6256b5fa046
ddrawex: Implement a GetDC special behavior Internet Explorer depends on.

Tests show that in ddrawex.dll it is legal to create a surface with
both DDSCAPS_VIDEOMEMORY and DDSCAPS_SYSTEMMEMORY flag set. A surface
created that way shows different behavior in IDirectDrawSurface::GetDC.
dlls/ddrawex/ddraw.c
dlls/ddrawex/ddrawex_private.h
dlls/ddrawex/surface.c
dlls/ddrawex/tests/surface.c