From 4adbeced25a93d9a2abed7c76f21abdd7849c3fe Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 31 May 2016 15:38:28 +0200 Subject: [PATCH] Make cursor test wait by default --- tests/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cursor.c b/tests/cursor.c index f1bcc42f..4efe84c8 100644 --- a/tests/cursor.c +++ b/tests/cursor.c @@ -47,7 +47,7 @@ static double cursor_x; static double cursor_y; static int swap_interval = 1; -static int wait_events = GLFW_FALSE; +static int wait_events = GLFW_TRUE; static int animate_cursor = GLFW_FALSE; static int track_cursor = GLFW_FALSE; static GLFWcursor* standard_cursors[6];