Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Backed out changeset 3f487d7d2d1d
This breaks applications.
- Loading branch information
File 2 of 2 in
f79d823
|
@@ -2210,11 +2210,6 @@ SDL_DestroyWindow(SDL_Window * window) |
|
|
} |
|
|
|
|
|
SDL_free(window); |
|
|
|
|
|
if (_this->windows == NULL) { |
|
|
/* This is the last window in the list so send the SDL_QUIT event */ |
|
|
SDL_SendQuit(); |
|
|
} |
|
|
} |
|
|
|
|
|
SDL_bool |
|
|
Oops, something went wrong.