enable clipper in dds_Blt

This commit is contained in:
FunkyFr3sh 2022-09-29 17:21:23 +02:00
parent c7f971c0be
commit 31a3118de6
3 changed files with 46 additions and 58 deletions

View file

@ -76,6 +76,7 @@ HRESULT ddc_SetClipList(IDirectDrawClipperImpl* This, LPRGNDATA lpClipList, DWOR
HRESULT ddc_SetHWnd(IDirectDrawClipperImpl* This, DWORD dwFlags, HWND hWnd)
{
/* FIXME: need to set up This->region here (from hwnd region) */
This->hwnd = hWnd;
return DD_OK;