$NetBSD: patch-ab,v 1.1 2004/11/12 20:53:32 kristerw Exp $

--- src/main.c.orig	Fri Nov 12 21:45:23 2004
+++ src/main.c	Fri Nov 12 21:45:51 2004
@@ -451,14 +451,14 @@
 
 static int visual_render (void *arg)
 {
-	visual_running = 1;
-	visual_stopped = 0;
         long render_time, now;
         long frame_length;
         long idle_time;
 	long frames;
 	int ret;
 
+	visual_running = 1;
+	visual_stopped = 0;
 	/* Alright set up the display stuff, we have to do this in this thread because
 	 * GL don't like cross threadness */
 	ret = visual_initialize (options->width, options->height);
