mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-25 05:31:56 -04:00
miniwin: Mark ClientToScreen() as implemented (#153)
SDL rendering works relative to the window surface and do not need translation in to screen coordinates.
This commit is contained in:
parent
fbdb89cf20
commit
2fec243378
@ -216,7 +216,6 @@ VOID WINAPI Sleep(DWORD dwMilliseconds)
|
||||
|
||||
BOOL ClientToScreen(HWND hWnd, LPPOINT lpPoint)
|
||||
{
|
||||
MINIWIN_NOT_IMPLEMENTED();
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user