From e93ae44ee544535d862bc442fcc147f1758f1b5a Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 24 Jan 2012 18:28:37 +0100 Subject: [PATCH] Formatting. --- src/input.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/input.c b/src/input.c index 56ab0e5d..531bcc7e 100644 --- a/src/input.c +++ b/src/input.c @@ -138,9 +138,11 @@ void _glfwInputCursorMotion(_GLFWwindow* window, int x, int y) } if (_glfwLibrary.mousePosCallback) + { _glfwLibrary.mousePosCallback(window, window->cursorPosX, window->cursorPosY); + } }