From 9645223c49f6b3a86760a5cc49e754788ee0be4d Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 7 Aug 2019 16:28:14 +0200 Subject: [PATCH] sync --- src/mouse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mouse.c b/src/mouse.c index 67c77c1..d3aacd2 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -280,10 +280,10 @@ BOOL WINAPI fake_GetWindowRect(HWND hWnd, LPRECT lpRect) if (real_GetWindowRect(hWnd, lpRect)) { MapWindowPoints(HWND_DESKTOP, ddraw->hWnd, (LPPOINT)lpRect, 2); - + return TRUE; } - + return FALSE; } }