From 0db3940cc4f2c347370de13773b51fada71a1dea Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 16 Aug 2015 14:28:51 +0200 Subject: [PATCH] Formatting --- src/win32_window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win32_window.c b/src/win32_window.c index f38c0700..944564ce 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -466,8 +466,8 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, break; _glfwInputCursorMotion(window, - x - window->win32.cursorPosX, - y - window->win32.cursorPosY); + x - window->win32.cursorPosX, + y - window->win32.cursorPosY); } else _glfwInputCursorMotion(window, x, y);