summaryrefslogtreecommitdiff
path: root/test/testshape.c
diff options
context:
space:
mode:
authoregottlieb <none@none>2010-08-06 20:22:14 -0400
committeregottlieb <none@none>2010-08-06 20:22:14 -0400
commit75a9691e3efa15157c0655cc7d06c18e9adbb236 (patch)
treed2e9d2e066a99152bfed8b58a1b8f17b63f4eb8f /test/testshape.c
parent2ad29056fc09d7a1ccc84e2f2e695a37aa2af4dd (diff)
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.
Diffstat (limited to 'test/testshape.c')
-rw-r--r--test/testshape.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testshape.c b/test/testshape.c
index 81c499e43a..b2c4a18a5b 100644
--- a/test/testshape.c
+++ b/test/testshape.c
@@ -44,7 +44,6 @@ int main(int argc,char** argv) {
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;