mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-18 13:21:16 +00:00
Mark IDirectDrawClipper::SetHWnd() as implemented (#154)
SDL does not allow rendering outside it's window and so there is no need to limit it to the window in the first place.
This commit is contained in:
parent
2fec243378
commit
99cdeb6596
@ -16,7 +16,6 @@ SDL_Surface* DDBackBuffer;
|
|||||||
|
|
||||||
HRESULT IDirectDrawClipper::SetHWnd(DWORD unnamedParam1, HWND hWnd)
|
HRESULT IDirectDrawClipper::SetHWnd(DWORD unnamedParam1, HWND hWnd)
|
||||||
{
|
{
|
||||||
MINIWIN_NOT_IMPLEMENTED();
|
|
||||||
return DD_OK;
|
return DD_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user