From 6d7d11643aaa6f1e3024c407d8620a4eb2a239d5 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 6 Mar 2011 12:18:22 +0100 Subject: [PATCH] Clarified comment. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index b435185c..6f151471 100644 --- a/src/window.c +++ b/src/window.c @@ -87,7 +87,7 @@ static void clearScrollOffsets(void) //======================================================================== -// Clear all input state +// Clear all input state for the specified window //======================================================================== static void clearInputState(_GLFWwindow* window)