sync
This commit is contained in:
parent
72cd07bd3a
commit
9645223c49
1 changed files with 2 additions and 2 deletions
|
@ -280,10 +280,10 @@ BOOL WINAPI fake_GetWindowRect(HWND hWnd, LPRECT lpRect)
|
||||||
if (real_GetWindowRect(hWnd, lpRect))
|
if (real_GetWindowRect(hWnd, lpRect))
|
||||||
{
|
{
|
||||||
MapWindowPoints(HWND_DESKTOP, ddraw->hWnd, (LPPOINT)lpRect, 2);
|
MapWindowPoints(HWND_DESKTOP, ddraw->hWnd, (LPPOINT)lpRect, 2);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue