Commit 9f111ce4b9591c0ce42db5f342b9c5c61fc1a64d

Ryan C. Gordon 2014-12-24T13:16:27

Patched to compile.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/testgesture.c b/test/testgesture.c
index 4c988f4..dcf9788 100644
--- a/test/testgesture.c
+++ b/test/testgesture.c
@@ -170,6 +170,7 @@ SDL_Window* initWindow(SDL_Window *window, int width,int height)
 
 void loop()
 {
+    static SDL_Window *window = NULL;
     SDL_Event event;
     SDL_RWops *stream;