From 2b93fa08921bd132e8d7025534179c9b641a4936 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 11 Nov 2013 02:00:58 -0800 Subject: [PATCH] Turn off resizable flag by default, you can always pass the --resize command line option if you need it. --- test/testsprite2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/testsprite2.c b/test/testsprite2.c index e0e1cf493..e61081036 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;