Browse Source

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

Ryan C. Gordon 11 years ago
parent
commit
17a8d2934d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/SDL_video.c

+ 1 - 1
src/video/SDL_video.c

@@ -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);