Changed a C++ single-line comment to /* */ style.

main
Ryan C. Gordon 2014-03-26 16:19:52 -04:00
parent 833cfe534a
commit 17a8d2934d
1 changed files with 1 additions and 1 deletions

View File

@ -2135,7 +2135,7 @@ SDL_OnWindowRestored(SDL_Window * window)
* windows shouldn't affect the stacking order; maybe the right fix is to
* re-decouple OnWindowShown and OnWindowRestored.
*/
//SDL_RaiseWindow(window);
/*SDL_RaiseWindow(window);*/
if (FULLSCREEN_VISIBLE(window)) {
SDL_UpdateFullscreenMode(window, SDL_TRUE);