From 9afd5171ea441e08ce09dce0e43f8db7cdf2ad99 Mon Sep 17 00:00:00 2001 From: Aaron Loucks Date: Sun, 1 Sep 2013 15:28:32 -0400 Subject: [PATCH] converted tabs to spaces --- src/win32_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32_window.c b/src/win32_window.c index 729ad755..9ffc6134 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -680,7 +680,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, case WM_SETCURSOR: { if ((window->cursorMode == GLFW_CURSOR_HIDDEN || - window->cursorMode == GLFW_CURSOR_DISABLED) && + window->cursorMode == GLFW_CURSOR_DISABLED) && window->win32.handle == GetForegroundWindow() && LOWORD(lParam) == HTCLIENT) {