Removed not needed SDL_WINDOW_SHOWN from test programs.

See bug #1667.
This commit is contained in:
Philipp Wiesemann 2013-07-20 21:47:16 +02:00
parent 74e5c8cffd
commit 62c31ff5c3
6 changed files with 6 additions and 6 deletions

View file

@ -496,7 +496,7 @@ main(int argc, char **argv)
SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
window_w, window_h,
SDL_WINDOW_SHOWN|SDL_WINDOW_RESIZABLE);
SDL_WINDOW_RESIZABLE);
if (!window) {
fprintf(stderr, "Couldn't set create window: %s\n", SDL_GetError());
free(RawMooseData);