author | Ryan C. Gordon |
Wed, 26 Mar 2014 16:19:52 -0400 | |
changeset 8684 | fd192408b830 |
parent 8683 | 79527cb2cf8a |
child 8685 | dc6bb5950415 |
1.1 --- a/src/video/SDL_video.c Wed Mar 26 12:54:51 2014 -0700 1.2 +++ b/src/video/SDL_video.c Wed Mar 26 16:19:52 2014 -0400 1.3 @@ -2135,7 +2135,7 @@ 1.4 * windows shouldn't affect the stacking order; maybe the right fix is to 1.5 * re-decouple OnWindowShown and OnWindowRestored. 1.6 */ 1.7 - //SDL_RaiseWindow(window); 1.8 + /*SDL_RaiseWindow(window);*/ 1.9 1.10 if (FULLSCREEN_VISIBLE(window)) { 1.11 SDL_UpdateFullscreenMode(window, SDL_TRUE);