enable clipper in dds_Blt
This commit is contained in:
parent
c7f971c0be
commit
31a3118de6
3 changed files with 46 additions and 58 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue