diff test/testshape.c @ 4809:329708ffe2a7

Rejiggering the way shaped windows are created as preparation for OS X implementation. Fixed overdrive bug in test program that appears to have been introduced by someone other than myself.
author Eli Gottlieb <eligottlieb@gmail.com>
date Mon, 26 Jul 2010 17:27:04 -0400
parents 2ae79ed78a5a
children eb433f0d2ac5
line wrap: on
line diff
--- a/test/testshape.c	Fri Jul 23 01:48:42 2010 -0400
+++ b/test/testshape.c	Mon Jul 26 17:27:04 2010 -0400
@@ -12,7 +12,7 @@
 #define SHAPED_WINDOW_Y 150
 #define SHAPED_WINDOW_DIMENSION 640
 
-#define TICK_INTERVAL 18
+#define TICK_INTERVAL 1000/60
 
 typedef struct LoadedPicture {
 	SDL_Surface *surface;