From 4b51f2e9f7399efae57c719c6c308cae4b043a9d Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 17 Nov 2010 17:11:44 +0100 Subject: [PATCH] Added comment. --- tests/sharing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sharing.c b/tests/sharing.c index b1b335c9..ef300a5c 100644 --- a/tests/sharing.c +++ b/tests/sharing.c @@ -142,6 +142,7 @@ int main(int argc, char** argv) exit(EXIT_FAILURE); } + // Put the second window to the right of the first one glfwGetWindowPos(windows[0], &x, &y); glfwSetWindowPos(windows[1], x + WIDTH + 50, y);