diff test/testshape.c @ 5125:dc0dfdd58f27

Removed completely non-portable event thread hack. Next I'll be working on generalizing the event sources and making the event queue lock-free. :)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Jan 2011 22:44:08 -0800
parents 6ccfbaef0c0a
children c8e049de174c
line wrap: on
line diff
--- a/test/testshape.c	Thu Jan 27 20:51:54 2011 -0800
+++ b/test/testshape.c	Thu Jan 27 22:44:08 2011 -0800
@@ -60,7 +60,7 @@
     	exit(-1);
     }
 	
-	if(SDL_VideoInit(NULL,0) == -1) {
+	if(SDL_VideoInit(NULL) == -1) {
 		printf("Could not initialize SDL video.\n");
 		exit(-2);
 	}