ddraw: Return DDERR_SURFACELOST from _GetAttachedSurface() if surface is lost.
commit7361c7f2cd9a398a6eab6923faad5e4a2a342238
authorPaul Gofman <gofmanp@gmail.com>
Mon, 5 Aug 2019 18:58:31 +0000 (5 21:58 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Aug 2019 22:38:41 +0000 (7 00:38 +0200)
tree8c97426653db0e7b473a01407b460d0955e19683
parentc1a32a080f982d972247db3b8d42a37bea2385dd
ddraw: Return DDERR_SURFACELOST from _GetAttachedSurface() if surface is lost.

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ddraw/surface.c
dlls/ddraw/tests/ddraw7.c