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:
Anders Jenbo 2025-05-24 21:06:01 +02:00 committed by GitHub
parent fbdb89cf20
commit 2fec243378
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,7 +216,6 @@ VOID WINAPI Sleep(DWORD dwMilliseconds)
BOOL ClientToScreen(HWND hWnd, LPPOINT lpPoint)
{
MINIWIN_NOT_IMPLEMENTED();
return TRUE;
}