diff test/testshape.c @ 4837:2e446923c9fb

Fixed lots of little bugs in Win32 shaping and in SDL_CalculateShapeTree(). Still not actually showing anything on Windows, though there's no crashes and everything compiles fine. Bugger.
author egottlieb
date Fri, 06 Aug 2010 20:22:14 -0400
parents c68e7490e4cf
children 0b918c186938
line wrap: on
line diff
--- a/test/testshape.c	Fri Aug 06 13:52:38 2010 -0400
+++ b/test/testshape.c	Fri Aug 06 20:22:14 2010 -0400
@@ -44,7 +44,6 @@
 	LoadedPicture* pictures;
 	int i, j;
 	SDL_PixelFormat* format = NULL;
-	Uint32 format_enum;
 	SDL_Window *window;
 	SDL_Color black = {0,0,0,0xff};
 	SDL_Event event;