Commit 2b93fa08921bd132e8d7025534179c9b641a4936

Sam Lantinga 2013-11-11T02:00:58

Turn off resizable flag by default, you can always pass the --resize command line option if you need it.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/testsprite2.c b/test/testsprite2.c
index e0e1cf4..e610810 100644
--- a/test/testsprite2.c
+++ b/test/testsprite2.c
@@ -248,8 +248,6 @@ main(int argc, char *argv[])
         return 1;
     }
 
-    state->window_flags |= SDL_WINDOW_RESIZABLE;
-
     for (i = 1; i < argc;) {
         int consumed;